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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,6 +534,7 @@ Note that streaming is not currently supported for all LLMs.
534
534
*`tools`: An array of tool instances (optional)
535
535
*`instructions`: System instructions for the assistant (optional)
536
536
*`tool_choice`: Specifies how tools should be selected. Default: "auto". A specific tool function name can be passed. This will force the Assistant to **always** use this function.
537
+
*`parallel_tool_calls`: Whether to make multiple parallel tool calls. Default: true
537
538
*`add_message_callback`: A callback function (proc, lambda) that is called when any message is added to the conversation (optional)
0 commit comments