diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-06 09:28:22 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-06 09:28:22 -0700 |
commit | f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c (patch) | |
tree | 4582964105452768a5346afcd764d26db6091504 /extension/schema/FullState.d.ts | |
parent | 98de69abbd221d0f6b7257a72b89b191356b10b7 (diff) | |
download | sncontinue-f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c.tar.gz sncontinue-f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c.tar.bz2 sncontinue-f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c.zip |
feat: :construction: Router and new history page
Diffstat (limited to 'extension/schema/FullState.d.ts')
-rw-r--r-- | extension/schema/FullState.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/schema/FullState.d.ts b/extension/schema/FullState.d.ts index 0095f41b..2938e012 100644 --- a/extension/schema/FullState.d.ts +++ b/extension/schema/FullState.d.ts @@ -26,7 +26,6 @@ export type Timeline = HistoryNode[]; export type CurrentIndex = number; export type Active1 = boolean; export type UserInputQueue = string[]; -export type DefaultModel = string; export type Name3 = string; export type Description1 = string; export type SlashCommands = SlashCommandDescription[]; @@ -47,7 +46,6 @@ export interface FullState1 { history: History; active: Active1; user_input_queue: UserInputQueue; - default_model: DefaultModel; slash_commands: SlashCommands; adding_highlighted_code: AddingHighlightedCode; selected_context_items: SelectedContextItems; |