feat: /v1/responses qwen3 max

This commit is contained in:
Seefs
2026-02-02 14:41:27 +08:00
parent f244a9e661
commit 5b3c8e8413
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -817,6 +817,7 @@ type OpenAIResponsesRequest struct {
User string `json:"user,omitempty"`
MaxToolCalls uint `json:"max_tool_calls,omitempty"`
Prompt json.RawMessage `json:"prompt,omitempty"`
EnableThinking json.RawMessage `json:"enable_thinking,omitempty"`
}
func (r *OpenAIResponsesRequest) GetTokenCountMeta() *types.TokenCountMeta {