()
| 126 | * Matches the Anthropic Bedrock SDK's region behavior |
| 127 | */ |
| 128 | export function getAWSRegion(): string { |
| 129 | return process.env.AWS_REGION || process.env.AWS_DEFAULT_REGION || 'us-east-1' |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Get the default Vertex AI region |
no outgoing calls
no test coverage detected