You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the 'max_tool_calls' parameter for the Responses API
Test max_tool_calls with builtin and mcp tools
Update input prompt for more consistent tool calling
Resolve merge conflicts
Update integration test
Handle review comments
:param conversation: (Optional) The ID of a conversation to add the response to. Must begin with 'conv_'. Input and output messages will be automatically added to the conversation.
98
99
:param include: (Optional) Additional fields to include in the response.
99
100
:param guardrails: (Optional) List of guardrails to apply during response generation. Can be guardrail IDs (strings) or guardrail specifications.
101
+
:param max_tool_calls: (Optional) Max number of total calls to built-in tools that can be processed in a response.
0 commit comments