This commit is contained in:
neotf
2025-06-11 13:56:44 +08:00
committed by GitHub
parent 52763c09f2
commit c4f25a77d1

View File

@@ -56,7 +56,7 @@ type GeneralOpenAIRequest struct {
ExtraBody json.RawMessage `json:"extra_body,omitempty"`
WebSearchOptions *WebSearchOptions `json:"web_search_options,omitempty"`
// OpenRouter Params
Usage json.RawMessage `json:"usage,omitempty"`
Usage json.RawMessage `json:"usage,omitempty"` 
Reasoning json.RawMessage `json:"reasoning,omitempty"`
}