feat: /v1/responses qwen3 max

This commit is contained in:
Seefs
2026-02-02 14:41:27 +08:00
parent 540cf6c991
commit 2c29993cfc
2 changed files with 4 additions and 2 deletions

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 {