summaryrefslogtreecommitdiff
path: root/schema/json/FullState.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json/FullState.json')
-rw-r--r--schema/json/FullState.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json
index 9f75930f..1db72ad9 100644
--- a/schema/json/FullState.json
+++ b/schema/json/FullState.json
@@ -260,6 +260,10 @@
"date_created": {
"title": "Date Created",
"type": "string"
+ },
+ "workspace_directory": {
+ "title": "Workspace Directory",
+ "type": "string"
}
},
"required": [
@@ -280,11 +284,7 @@
"title": "Temperature",
"type": "number"
}
- },
- "required": [
- "system_message",
- "temperature"
- ]
+ }
},
"src__continuedev__core__main__FullState": {
"title": "FullState",