Skip to content

Commit

Permalink
fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
suluyan committed Dec 2, 2024
1 parent dd6fe56 commit ad6e2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modelscope_agent/agents/multi_role_play.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Action: 工具的名称,必须是[{tool_names}]之一
Action Input: 工具的输入
Observation: <result>工具返回的结果</result>
Answer: 根据Observation总结本次工具调用返回的结果
Answer: 根据Observation总结本次工具调用返回的结果。如果结果中出现url,请严格遵循Observation中url的格式进行展示。
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Action: 工具的名称,必须是[{tool_names}]之一
Action Input: 工具的输入
Observation: <result>工具返回的结果</result>
Answer: 根据Observation总结本次工具调用返回的结果
Answer: 根据Observation总结本次工具调用返回的结果。如果结果中出现url,请严格遵循Observation中url的格式进行展示。
"""

Expand Down

0 comments on commit ad6e2da

Please sign in to comment.