We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c9216 commit cb6d213Copy full SHA for cb6d213
src/agentlab/agents/react_toolcall_agent.py
@@ -43,7 +43,6 @@ class AgentConfig:
43
use_axtree: bool = False
44
use_screenshot: bool = True
45
max_actions: int = 10
46
- max_retry: int = 4
47
system_prompt: str = """
48
You are an expert AI Agent trained to assist users with complex web tasks.
49
Your role is to understand the goal, perform actions until the goal is accomplished and respond in a helpful and accurate manner.
0 commit comments