mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 13:02:12 +00:00
fix: bump openapi spec
This commit is contained in:
parent
0ca7af8830
commit
5f030140be
@ -2302,7 +2302,10 @@
|
|||||||
"example": "assistant"
|
"example": "assistant"
|
||||||
},
|
},
|
||||||
"tool_calls": {
|
"tool_calls": {
|
||||||
"$ref": "#/components/schemas/DeltaToolCall"
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/DeltaToolCall"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user