mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing codebaseIndexQdrantCollectionName to WebviewMessage type
This commit is contained in:
parent
43f94412e1
commit
d1abea93a2
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ export interface WebviewMessage {
|
|||
// Global state settings
|
||||
codebaseIndexEnabled: boolean
|
||||
codebaseIndexQdrantUrl: string
|
||||
codebaseIndexQdrantCollectionName?: string
|
||||
codebaseIndexEmbedderProvider:
|
||||
| "openai"
|
||||
| "ollama"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue