mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
fix: bump openapi spec
This commit is contained in:
parent
aad1901aa5
commit
f5626a0576
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user