()
| 101 | * Get the default Vertex AI region |
| 102 | */ |
| 103 | export function getDefaultVertexRegion(): string { |
| 104 | return process.env.CLOUD_ML_REGION || 'us-east5' |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Check if bash commands should maintain project working directory (reset to original after each command) |
no outgoing calls
no test coverage detected