feat(dto): add VlHighResolutionImages parameter to GeneralOpenAIRequest

This commit is contained in:
CaIon
2025-06-13 17:29:26 +08:00
parent 60b624a329
commit be7e09b14d

View File

@@ -57,6 +57,8 @@ type GeneralOpenAIRequest struct {
WebSearchOptions *WebSearchOptions `json:"web_search_options,omitempty"`
// OpenRouter Params
Reasoning json.RawMessage `json:"reasoning,omitempty"`
// Ali Qwen Params
VlHighResolutionImages json.RawMessage `json:"vl_high_resolution_images,omitempty"`
}
func (r *GeneralOpenAIRequest) ToMap() map[string]any {