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
Enhance AI chat functionality by increasing maximum tool calling rounds from 4 to 25 and adding a warning for reaching the maximum limit. Updated system message to emphasize schema discovery before querying.
app.logger.warning(f"Reached maximum tool calling rounds ({max_rounds})")
183
+
yield {'type': 'assistant_delta', 'delta': 'I\'ve reached the maximum number of tool calling rounds. Let me provide a response based on the information gathered so far.'}
184
+
179
185
# Fallback if no response
180
186
yield {'type': 'assistant_delta', 'delta': 'I apologize, but I encountered an issue processing your request.'}
0 commit comments