fix: claude request missing field
This commit is contained in:
@@ -203,6 +203,9 @@ type ClaudeRequest struct {
|
|||||||
Stream bool `json:"stream,omitempty"`
|
Stream bool `json:"stream,omitempty"`
|
||||||
Tools any `json:"tools,omitempty"`
|
Tools any `json:"tools,omitempty"`
|
||||||
ContextManagement json.RawMessage `json:"context_management,omitempty"`
|
ContextManagement json.RawMessage `json:"context_management,omitempty"`
|
||||||
|
OutputConfig json.RawMessage `json:"output_config,omitempty"`
|
||||||
|
OutputFormat json.RawMessage `json:"output_format,omitempty"`
|
||||||
|
Container json.RawMessage `json:"container,omitempty"`
|
||||||
ToolChoice any `json:"tool_choice,omitempty"`
|
ToolChoice any `json:"tool_choice,omitempty"`
|
||||||
Thinking *Thinking `json:"thinking,omitempty"`
|
Thinking *Thinking `json:"thinking,omitempty"`
|
||||||
McpServers json.RawMessage `json:"mcp_servers,omitempty"`
|
McpServers json.RawMessage `json:"mcp_servers,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user