From f2bc17136bf5ed771e29a45d92a6c2264d9682bc Mon Sep 17 00:00:00 2001 From: Atty Eleti Date: Tue, 12 Dec 2023 14:32:39 -0800 Subject: [PATCH] Make message.content nullable for function responses --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 96f9592a..babaf203 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5827,6 +5827,7 @@ components: enum: ["function"] description: The role of the messages author, in this case `function`. content: + nullable: true type: string description: The contents of the function message. name: