Added ability to resume previous chat on copilot

This commit is contained in:
n4ze3m
2024-05-24 21:01:10 +05:30
parent 9e2ef72486
commit 961f5180c6
7 changed files with 88 additions and 26 deletions

View File

@@ -34,3 +34,8 @@ export const getAdvancedOllamaSettings = async () => {
rewriteUrl
}
}
export const copilotResumeLastChat = async () => {
return await storage.get<boolean>("copilotResumeLastChat")
}