From 19cbe2cebae8e2155b6b4375c6a96a3b25e87615 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 8 Aug 2023 10:45:57 -0700 Subject: fix: :arrow_up: upgrade openai python package --- schema/json/FullState.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'schema') diff --git a/schema/json/FullState.json b/schema/json/FullState.json index 21db438a..b11ebfe1 100644 --- a/schema/json/FullState.json +++ b/schema/json/FullState.json @@ -245,6 +245,29 @@ "content" ] }, + "SessionInfo": { + "title": "SessionInfo", + "type": "object", + "properties": { + "session_id": { + "title": "Session Id", + "type": "string" + }, + "title": { + "title": "Title", + "type": "string" + }, + "date_created": { + "title": "Date Created", + "type": "string" + } + }, + "required": [ + "session_id", + "title", + "date_created" + ] + }, "src__continuedev__core__main__FullState": { "title": "FullState", "description": "A full state of the program, including the history", @@ -281,6 +304,9 @@ "items": { "$ref": "#/definitions/ContextItem" } + }, + "session_info": { + "$ref": "#/definitions/SessionInfo" } }, "required": [ -- cgit v1.2.3-70-g09d2