This commit is contained in:
neotf 2025-06-11 13:56:44 +08:00 committed by GitHub
parent 1cff048cb7
commit 0a3414bf26

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"`
}