This commit is contained in:
neotf
2025-06-11 14:00:32 +08:00
committed by GitHub
parent c4f25a77d1
commit d67d5d8006

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