chore: disable parallel_tool_calls byok (#308)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user