summaryrefslogtreecommitdiff
path: root/schema/json/FullState.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-25 16:59:02 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-25 16:59:02 -0700
commit0757bd2b556996b9c434ac43e3e4a3b042ef5802 (patch)
tree80ea56eda32ed816be4320dd00065cc323defc97 /schema/json/FullState.json
parente17be65cd6c391f5b7854ca7a6b02bfee90c0039 (diff)
downloadsncontinue-0757bd2b556996b9c434ac43e3e4a3b042ef5802.tar.gz
sncontinue-0757bd2b556996b9c434ac43e3e4a3b042ef5802.tar.bz2
sncontinue-0757bd2b556996b9c434ac43e3e4a3b042ef5802.zip
feat: :sparkles: filter history by workspace
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",