Skip to content

Commit

Permalink
Fix a small PEP8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
HalberdOfPineapple committed Jul 2, 2023
1 parent ed4eb12 commit 4addce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion camel/agents/react_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@


class ReActAgent(ChatAgent):
r"""Class for managing conversions of a CAMEL agent following ReAct pattern.
r"""
Class for managing conversions of a CAMEL agent following ReAct pattern.
Args:
system_message (SystemMessage): The system message for ReAct agent,
Expand Down

0 comments on commit 4addce4

Please sign in to comment.