feat(app): extract prompt state and add composer model selection (#36227)
This commit is contained in:
parent
d0ba538924
commit
8a03fc265b
19 changed files with 730 additions and 294 deletions
|
|
@ -463,7 +463,7 @@ function localStorageDirect(): SyncStorage {
|
|||
}
|
||||
}
|
||||
|
||||
const DRAFT_PERSISTED_KEYS = ["prompt", "comments", "model-selection", "file-view", "layout"]
|
||||
const DRAFT_PERSISTED_KEYS = ["prompt", "comments", "file-view", "layout"]
|
||||
|
||||
export function draftPersistedKeys() {
|
||||
return DRAFT_PERSISTED_KEYS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue