diff --git a/src/agent/modify.ts b/src/agent/modify.ts index 0a57731..7c29157 100644 --- a/src/agent/modify.ts +++ b/src/agent/modify.ts @@ -87,7 +87,7 @@ function buildModelSettings( if (isGoogleVertex) { // Vertex AI uses the same Google provider on the backend; only the handle differs. const googleVertexSettings: Record = { - provider_type: "google_ai", + provider_type: "google_vertex", parallel_tool_calls: true, }; if (updateArgs?.thinking_budget !== undefined) {