We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d516908 commit faedffbCopy full SHA for faedffb
app/api/chat/route.js
@@ -2584,7 +2584,7 @@ async function processResponseStream({
2584
const outboundAllowList = getOutboundAllowList()
2585
const toolUsage = {}
2586
const accumulatedItems = []
2587
- const maxToolRounds = 10
+ const maxToolRounds = 50
2588
const maxToolPolicyCorrections = 3
2589
const requestedQueryTypes = extractRequestedVfbQueryShortNames(userMessage)
2590
const explicitRunQueryRequested = hasExplicitVfbRunQueryRequest(userMessage) || requestedQueryTypes.length > 0
0 commit comments