From 757ba962c69c85cf689e924cf42bb0ff985f1b55 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Fri, 10 Nov 2023 11:56:27 +0000 Subject: [PATCH] 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