From 5f030140becba118179c0bfdfce51c754f14588e Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 10 Feb 2025 15:14:00 +0000 Subject: [PATCH] fix: bump openapi spec --- docs/openapi.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/openapi.json b/docs/openapi.json index 9de76e47..416c9b0e 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -2302,7 +2302,10 @@ "example": "assistant" }, "tool_calls": { - "$ref": "#/components/schemas/DeltaToolCall" + "type": "array", + "items": { + "$ref": "#/components/schemas/DeltaToolCall" + } } } },