diff options
| -rw-r--r-- | apps/web/components/views/chat/chat-messages.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/views/chat/chat-messages.tsx b/apps/web/components/views/chat/chat-messages.tsx index b281f7a8..16ff08af 100644 --- a/apps/web/components/views/chat/chat-messages.tsx +++ b/apps/web/components/views/chat/chat-messages.tsx @@ -247,7 +247,7 @@ export function ChatMessages() { }, }, }), - maxSteps: 2, + maxSteps: 10, // Allow multiple tool-calling rounds onFinish: (result) => { const activeId = activeChatIdRef.current if (!activeId) return |