Skip to content

Commit

Permalink
Start with a new chat on page refresh (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
waziers authored Aug 20, 2024
1 parent 090082c commit 00ac0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explore-assistant-extension/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const neverPersistKeys: (keyof AssistantState)[] = [
'examples',
'isBigQueryMetadataLoaded',
'isSemanticModelLoaded',
'currentExploreThread',
'isChatMode',
]

// Create a transform function to filter out specific keys
Expand Down

0 comments on commit 00ac0a8

Please sign in to comment.