From 56f2d668288f557db9b2f5f0ed46003a7d08c1e4 Mon Sep 17 00:00:00 2001 From: drbh Date: Wed, 19 Feb 2025 03:12:08 +0000 Subject: [PATCH] fix: rerun update docs --- docs/openapi.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index ba7ced66..c1b64a21 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1993,17 +1993,7 @@ "type": "null" }, { - "oneOf": [ - { - "type": "string" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/MessageChunk" - } - } - ] + "$ref": "#/components/schemas/MessageContent" } ] }, @@ -2025,8 +2015,7 @@ ], "items": { "$ref": "#/components/schemas/ToolCall" - }, - "example": "null" + } } } },