fix: bump openapi spec

This commit is contained in:
drbh 2025-02-10 15:14:00 +00:00
parent 0ca7af8830
commit 5f030140be

View File

@ -2302,7 +2302,10 @@
"example": "assistant"
},
"tool_calls": {
"$ref": "#/components/schemas/DeltaToolCall"
"type": "array",
"items": {
"$ref": "#/components/schemas/DeltaToolCall"
}
}
}
},