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: content/docs/07-reference/ai-sdk-ui/01-use-chat.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Allows you to easily create a conversational user interface for your chatbot app
105
105
"An optional boolean that determines whether to send extra fields you've added to `messages`. Defaults to `false` and only the `content` and `role` fields will be sent to the API endpoint.",
106
106
},
107
107
{
108
-
name: 'maxAutomaticRoundtrips',
108
+
name: 'maxToolRoundtrips',
109
109
type: 'number',
110
110
description:
111
111
'React only. Maximal number of automatic roundtrips for tool calls. An automatic tool call roundtrip is a call to the server with the tool call results when all tool calls in the last assistant message have results. A maximum number is required to prevent infinite loops in the case of misconfigured tools. By default, it is set to 0, which will disable the feature.',
0 commit comments