Skip to content

Commit

Permalink
Update react_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzhang1130 committed Dec 11, 2024
1 parent 41624dd commit b178779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/agents/react_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(

# Initialize a parser object to formulate the response from the model
self.parser = RegexTaggedContentParser(
format_instruction="""Respond with specific tags as outlined below in json format:
format_instruction="""Respond with specific tags as outlined below:
<thought>{what you thought}</thought>
<function>{the function name you want to call}</function>
<{argument name}>{argument value}</{argument name}>
Expand Down

0 comments on commit b178779

Please sign in to comment.