Skip to content

Commit

Permalink
Update nextpy/ai/agent/base_agent.py - fixed case
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
AumJavalgikar and coderabbitai[bot] authored Feb 20, 2024
1 parent 9957c10 commit a089d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextpy/ai/agent/base_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AgentState(Enum):

IDLE = 0
BUSY = 1
USED_AS_skill = 2
USED_AS_SKILL = 2
ERROR = 3


Expand Down

0 comments on commit a089d83

Please sign in to comment.