We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9957c10 commit a089d83Copy full SHA for a089d83
nextpy/ai/agent/base_agent.py
@@ -32,7 +32,7 @@ class AgentState(Enum):
32
33
IDLE = 0
34
BUSY = 1
35
- USED_AS_skill = 2
+ USED_AS_SKILL = 2
36
ERROR = 3
37
38
0 commit comments