fix: Vertex handle (#188)

This commit is contained in:
Kevin Lin
2025-12-11 21:23:12 -08:00
committed by GitHub
parent c3e82a4c89
commit 2bed9b071b

View File

@@ -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<string, unknown> = {
provider_type: "google_ai",
provider_type: "google_vertex",
parallel_tool_calls: true,
};
if (updateArgs?.thinking_budget !== undefined) {