Skip to content

Commit 013496e

Browse files
committed
fix: add missing bedrockOptions to loadConfiguration return type
1 parent 15a21d0 commit 013496e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/code-index/config-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export class CodeIndexConfigManager {
160160
geminiOptions?: { apiKey: string }
161161
mistralOptions?: { apiKey: string }
162162
vercelAiGatewayOptions?: { apiKey: string }
163+
bedrockOptions?: { region: string; profile?: string }
163164
qdrantUrl?: string
164165
qdrantApiKey?: string
165166
searchMinScore?: number

0 commit comments

Comments
 (0)