mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing bedrockOptions to loadConfiguration return type
This commit is contained in:
parent
15a21d02da
commit
013496efb5
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ export class CodeIndexConfigManager {
|
|||
geminiOptions?: { apiKey: string }
|
||||
mistralOptions?: { apiKey: string }
|
||||
vercelAiGatewayOptions?: { apiKey: string }
|
||||
bedrockOptions?: { region: string; profile?: string }
|
||||
qdrantUrl?: string
|
||||
qdrantApiKey?: string
|
||||
searchMinScore?: number
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue