diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-06 22:54:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 22:54:51 -0700 |
commit | 74005855304412f0401e29c83c166e99a8ab0944 (patch) | |
tree | 4e8ddb61fd52068e839ca4ccab268e013405d545 /schema/json/FullState.json | |
parent | a0d3f29ee237484c66b0efe243c79d902f2da993 (diff) | |
parent | 8ada89b0f66f9e746394ee64591359537fe0c7f0 (diff) | |
download | sncontinue-74005855304412f0401e29c83c166e99a8ab0944.tar.gz sncontinue-74005855304412f0401e29c83c166e99a8ab0944.tar.bz2 sncontinue-74005855304412f0401e29c83c166e99a8ab0944.zip |
Merge pull request #351 from continuedev/history
Session History
Diffstat (limited to 'schema/json/FullState.json')
-rw-r--r-- | schema/json/FullState.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json index 7b6dfd6b..21db438a 100644 --- a/schema/json/FullState.json +++ b/schema/json/FullState.json @@ -264,10 +264,6 @@ "type": "string" } }, - "default_model": { - "title": "Default Model", - "type": "string" - }, "slash_commands": { "title": "Slash Commands", "type": "array", @@ -291,7 +287,6 @@ "history", "active", "user_input_queue", - "default_model", "slash_commands", "adding_highlighted_code", "selected_context_items" |