feat: resize steps limits

This commit is contained in:
ZJU_czx
2025-04-22 09:53:56 +08:00
parent b09f51ec64
commit 90d60d673a
+1 -1
View File
@@ -26,7 +26,7 @@ class DataAnalysis(ToolCallAgent):
next_step_prompt: str = NEXT_STEP_PROMPT
max_observe: int = 15000
max_steps: int = 30
max_steps: int = 20
# Add general-purpose tools to the tool collection
available_tools: ToolCollection = Field(