Update doc.

This commit is contained in:
Nicolas Patry 2025-03-05 15:39:52 +01:00
parent 175a059061
commit 74c406d561
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -2302,9 +2302,12 @@
"example": "assistant" "example": "assistant"
}, },
"tool_calls": { "tool_calls": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DeltaToolCall" "$ref": "#/components/schemas/DeltaToolCall"
} }
} }
}
}, },
"ToolCallMessage": { "ToolCallMessage": {
"type": "object", "type": "object",