We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373c7df commit 02c029bCopy full SHA for 02c029b
src/shared/ExtensionMessage.ts
@@ -52,7 +52,7 @@ export interface ExtensionMessage {
52
| "didBecomeVisible"
53
invoke?: "sendMessage" | "primaryButtonClick" | "secondaryButtonClick"
54
state?: ExtensionState
55
- bool?: boolean // Used for boolean settings like keepBrowserOpen
+ bool?: boolean
56
images?: string[]
57
ollamaModels?: string[]
58
lmStudioModels?: string[]
0 commit comments