posted an update

⚙️ Update: Tool Call Limit Adjustment (Clarification Only)

File: src/ai/aiLogic.ts Line: 629 Changed:

(effectiveMode === 'local' ? 5 : 10);

to

(effectiveMode === 'local' ? 10 : 20);

This adjustment increases the tool call limit to prevent early stopping when too many tool calls occur.

Note: I’m not sure if pushing a new update is allowed at this stage(after submission) — this post is just to resolve the issue . This update is for the judges .

Log in or sign up for Devpost to join the conversation.