()
| 94 | * Matches the Anthropic Bedrock SDK's region behavior |
| 95 | */ |
| 96 | export function getAWSRegion(): string { |
| 97 | return process.env.AWS_REGION || process.env.AWS_DEFAULT_REGION || 'us-east-1' |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Get the default Vertex AI region |
no outgoing calls
no test coverage detected