From 37197f0a666adc2427b431416df30f64ea6868e9 Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Tue, 7 Nov 2023 02:48:04 -0500 Subject: [PATCH] Don't mark `post /threads` request body as required The docs imply this is optional: https://platform.openai.com/docs/assistants/overview/step-2-create-a-thread Addresses https://github.com/openai/openai-node/issues/448 --- openapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 7be02646..32358da3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3036,7 +3036,6 @@ paths: - Assistants summary: Create a thread. requestBody: - required: true content: application/json: schema: