diff --git a/modelscope_agent/agents/multi_role_play.py b/modelscope_agent/agents/multi_role_play.py index 12bd751c..8d19776b 100644 --- a/modelscope_agent/agents/multi_role_play.py +++ b/modelscope_agent/agents/multi_role_play.py @@ -30,7 +30,7 @@ Action: 工具的名称,必须是[{tool_names}]之一 Action Input: 工具的输入 Observation: 工具返回的结果 -Answer: 根据Observation总结本次工具调用返回的结果 +Answer: 根据Observation总结本次工具调用返回的结果。如果结果中出现url,请严格遵循Observation中url的格式进行展示。 """ diff --git a/modelscope_agent/llm/utils/function_call_with_raw_prompt.py b/modelscope_agent/llm/utils/function_call_with_raw_prompt.py index 6dd02ef9..ec7b5dbb 100644 --- a/modelscope_agent/llm/utils/function_call_with_raw_prompt.py +++ b/modelscope_agent/llm/utils/function_call_with_raw_prompt.py @@ -21,7 +21,7 @@ Action: 工具的名称,必须是[{tool_names}]之一 Action Input: 工具的输入 Observation: 工具返回的结果 -Answer: 根据Observation总结本次工具调用返回的结果 +Answer: 根据Observation总结本次工具调用返回的结果。如果结果中出现url,请严格遵循Observation中url的格式进行展示。 """