fix: bump openapi spec

This commit is contained in:
drbh 2025-02-10 15:14:00 +00:00
parent aad1901aa5
commit f5626a0576

View File

@ -2266,9 +2266,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",