From d6280141deabe1d9595e4cb65f299ce19a25b938 Mon Sep 17 00:00:00 2001 From: David Holtz Date: Fri, 8 Nov 2024 20:46:58 +0000 Subject: [PATCH] fix: bump openapi docs --- docs/openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index 44691e4b..02350a56 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -987,6 +987,12 @@ "messages" ], "properties": { + "continue_final_message": { + "type": "boolean", + "description": "Whether to continue the final message in the next request.", + "default": "false", + "example": true + }, "frequency_penalty": { "type": "number", "format": "float",