From 757ba962c69c85cf689e924cf42bb0ff985f1b55 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Fri, 10 Nov 2023 11:56:27 +0000 Subject: [PATCH 1/2] Fix accidental inclusion of thread_id in CreateRunRequest.required --- openapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 8974b9dd..d05c75f1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8187,7 +8187,6 @@ components: x-oaiTypeLabel: map nullable: true required: - - thread_id - assistant_id ListRunsResponse: type: object From fbf68cc2547e34a03beb2dd9745d54dab20e9176 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Fri, 10 Nov 2023 11:58:46 +0000 Subject: [PATCH 2/2] Also in CreateThreadAndRunRequest --- openapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index d05c75f1..71256f3b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8302,7 +8302,6 @@ components: x-oaiTypeLabel: map nullable: true required: - - thread_id - assistant_id ThreadObject: