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,7 +2266,10 @@
"example": "assistant"
},
"tool_calls": {
"$ref": "#/components/schemas/DeltaToolCall"
"type": "array",
"items": {
"$ref": "#/components/schemas/DeltaToolCall"
}
}
}
},