How to disable parallel function calling when using openai responses agent in python #13415
Sourabh Mokhasi (smokhasi)
started this conversation in
General
Replies: 1 comment 7 replies
|
Evan Mattson (@moonbox3) tagging for visibility. Thanks! |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As the title indicates, I am looking for the attribute to disable function calling which seems to be set to be True by default.
This is my sample Openai responses agent.
All my tools are added as plugins to this agent.
How do I disable parallel function calling?
Note: For reference, I am using this agent with
GPT-4.1All reactions