From 206fb37a2ca287309729ac2e2226fc9f27032266 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 23 Jan 2025 15:32:56 +0100 Subject: [PATCH] fix: make assistant_id optional --- openapi.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 7b256a9..35ded1b 100644 --- a/openapi.json +++ b/openapi.json @@ -1449,7 +1449,6 @@ "required": [ "run_id", "thread_id", - "assistant_id", "created_at", "updated_at", "status", @@ -1653,9 +1652,7 @@ } }, "type": "object", - "required": [ - "assistant_id" - ], + "required": [], "title": "RunCreateStateful", "description": "Payload for creating a run." },