We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6fe56 commit ad6e2daCopy full SHA for ad6e2da
modelscope_agent/agents/multi_role_play.py
@@ -30,7 +30,7 @@
30
Action: 工具的名称,必须是[{tool_names}]之一
31
Action Input: 工具的输入
32
Observation: <result>工具返回的结果</result>
33
-Answer: 根据Observation总结本次工具调用返回的结果
+Answer: 根据Observation总结本次工具调用返回的结果。如果结果中出现url,请严格遵循Observation中url的格式进行展示。
34
35
"""
36
modelscope_agent/llm/utils/function_call_with_raw_prompt.py
@@ -21,7 +21,7 @@
21
22
23
24
25
26
27
0 commit comments