mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix(bedrock): improve stream handling and type safety
- Fix TypeScript error in ConverseStreamCommand payload - Add proper JSON parsing for test stream events - Improve error handling with proper Error objects - Add test-specific model info with required fields - Fix cross-region inference and prompt cache config
This commit is contained in:
@@ -22,7 +22,7 @@ export interface ApiHandlerOptions {
|
||||
awsSessionToken?: string
|
||||
awsRegion?: string
|
||||
awsUseCrossRegionInference?: boolean
|
||||
awsusePromptCache?: boolean
|
||||
awsUsePromptCache?: boolean
|
||||
awspromptCacheId?: string
|
||||
vertexProjectId?: string
|
||||
vertexRegion?: string
|
||||
|
||||
Reference in New Issue
Block a user