Skip to content

Commit a089d83

Browse files
Update nextpy/ai/agent/base_agent.py - fixed case
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9957c10 commit a089d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextpy/ai/agent/base_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AgentState(Enum):
3232

3333
IDLE = 0
3434
BUSY = 1
35-
USED_AS_skill = 2
35+
USED_AS_SKILL = 2
3636
ERROR = 3
3737

3838

0 commit comments

Comments
 (0)