Skip to content

Commit faedffb

Browse files
committed
feat: increase max tool rounds from 10 to 50 for enhanced processing capacity
1 parent d516908 commit faedffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/chat/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ async function processResponseStream({
25842584
const outboundAllowList = getOutboundAllowList()
25852585
const toolUsage = {}
25862586
const accumulatedItems = []
2587-
const maxToolRounds = 10
2587+
const maxToolRounds = 50
25882588
const maxToolPolicyCorrections = 3
25892589
const requestedQueryTypes = extractRequestedVfbQueryShortNames(userMessage)
25902590
const explicitRunQueryRequested = hasExplicitVfbRunQueryRequest(userMessage) || requestedQueryTypes.length > 0

0 commit comments

Comments
 (0)