Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Aug 28, 2023
1 parent 01353b7 commit 94c9134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from enum import Enum


class RoleType(str, Enum):
class RoleType(Enum):
ASSISTANT = "assistant"
USER = "user"
CRITIC = "critic"
Expand Down

0 comments on commit 94c9134

Please sign in to comment.