Skip to content

Consider exposing ChatOptions.AllowParallelToolCalls #6315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stephentoub opened this issue Apr 17, 2025 · 1 comment · Fixed by #6326
Closed

Consider exposing ChatOptions.AllowParallelToolCalls #6315

stephentoub opened this issue Apr 17, 2025 · 1 comment · Fixed by #6326
Labels
area-ai Microsoft.Extensions.AI libraries

Comments

@stephentoub
Copy link
Member

Multiple services support the notion of the model requesting multiple tool calls in a single roundtrip, as well as the ability to disable that so that at most one tool call can be requested at a time. We should consider promoting that to be a strongly-typed property on ChatOptions, rather than weakly-typed in a provider-specific manner.

(We should also do another tour through all the major providers, looking for commonalities that might lead to other settings getting promoted because they're now ubiquitous.)

@SteveSandersonMS
Copy link
Member

Implemented in #6326

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ai Microsoft.Extensions.AI libraries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants