Added ability to resume previous chat on copilot
This commit is contained in:
@@ -34,3 +34,8 @@ export const getAdvancedOllamaSettings = async () => {
|
||||
rewriteUrl
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export const copilotResumeLastChat = async () => {
|
||||
return await storage.get<boolean>("copilotResumeLastChat")
|
||||
}
|
||||
Reference in New Issue
Block a user