()
| 133 | * Get the default Vertex AI region |
| 134 | */ |
| 135 | export function getDefaultVertexRegion(): string { |
| 136 | return process.env.CLOUD_ML_REGION || 'us-east5' |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Check if bash commands should maintain project working directory (reset to original after each command) |
no outgoing calls
no test coverage detected