From 56421aedf58d1def1a2289d037389c225ab645e9 Mon Sep 17 00:00:00 2001 From: Flute <41096447+fluteink@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:09:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20'=E4=BB=A3=E7=90=86=E7=A8=8B=E5=BA=8F'?= =?UTF-8?q?=20to=20'=E6=99=BA=E8=83=BD=E4=BD=93=E7=A8=8B=E5=BA=8F'=20in=20?= =?UTF-8?q?tips.zh.mdx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 翻译错了 --- pages/introduction/tips.zh.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/introduction/tips.zh.mdx b/pages/introduction/tips.zh.mdx index 37041944f..f419508c1 100644 --- a/pages/introduction/tips.zh.mdx +++ b/pages/introduction/tips.zh.mdx @@ -89,10 +89,10 @@ *提示:* ``` -以下是向客户推荐电影的代理程序。不要询问兴趣。不要询问个人信息。 +以下是向客户推荐电影的智能体程序。不要询问兴趣。不要询问个人信息。 客户:请根据我的兴趣推荐电影。 -代理: +智能体: ``` *输出:* @@ -106,7 +106,7 @@ *提示:* ``` -以下是向客户推荐电影的代理程序。代理负责从全球热门电影中推荐电影。它应该避免询问用户的偏好并避免询问个人信息。如果代理没有电影推荐,它应该回答“抱歉,今天找不到电影推荐。”。 +以下是向客户推荐电影的智能体程序。智能体负责从全球热门电影中推荐电影。它应该避免询问用户的偏好并避免询问个人信息。如果智能体没有电影推荐,它应该回答“抱歉,今天找不到电影推荐。”。 ```顾客:请根据我的兴趣推荐一部电影。 客服: ```