chore: disable parallel_tool_calls byok (#308)

This commit is contained in:
Ari Webb
2025-12-18 16:00:19 -08:00
committed by GitHub
parent 2a1f117502
commit 9d1a3c1414

View File

@@ -98,7 +98,7 @@ function buildModelSettings(
settings = googleVertexSettings;
} else {
// For BYOK/unknown providers, return generic settings with parallel_tool_calls
settings = { parallel_tool_calls: true };
settings = {};
}
// Apply max_output_tokens for all providers if specified