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
Check out #168 as a potential fix that was deployed specifically for Anthropic!
This won't handle that issue, as for the moment the ModelChoice is a single object and not an array. You would need to parse the raw_response to gather all the tool_uses
Bug Report
Instead of handling all of the tool calls, the current
agent
impl only handles the first one.Reproduction
Call a model that returns multiple tool calls, for example the calculator agent with multiple subs and adds
Expected behavior
Rig correctly evaluates all of the tool calls.
Actual behaviour
Rig only evaluates the first tool call.
Fix PR incoming!
The text was updated successfully, but these errors were encountered: