Skip to content

Commit 23f5dd4

Browse files
authored
📝 Update agent import description
2 parents 6f493e5 + 878abf3 commit 23f5dd4

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

doc/docs/en/user-guide/agent-development.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ If you have an existing agent configuration, you can also import it:
1515
<img src="./assets/agent-development/import.png" style="width: 80%; height: auto;" />
1616
</div>
1717

18+
> ⚠️ **Note:** If you import an agent with a duplicate name, a prompt dialog will appear. You can choose:
19+
> - **Import anyway**: Keep the duplicate name; the imported agent will be in an unavailable state and requires manual modification of the Agent name and variable name before it can be used
20+
> - **Regenerate and import**: The system will call the LLM to rename the Agent, which will consume a certain amount of model tokens and may take longer
21+
22+
<div style="display: flex; justify-content: left;">
23+
<img src="./assets/agent-development/duplicated_import.png" style="width: 80%; height: auto;" />
24+
</div>
25+
1826
## 👥 Configure Collaborative Agents/Tools
1927

2028
You can configure other collaborative agents for your created agent, as well as assign available tools to empower the agent to complete complex tasks.
18.7 KB
Loading

doc/docs/zh/user-guide/agent-development.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<img src="./assets/agent-development/import.png" style="width: 80%; height: auto;" />
1616
</div>
1717

18+
> ⚠️ **提示**:如果导入了重名的智能体,系统会弹出提示弹窗。您可以选择:
19+
> - **直接导入**:保留重复名称,导入后的智能体会处于不可用状态,需手动修改 Agent 名称和变量名后才能使用
20+
> - **重新生成并导入**:系统将调用 LLM 对 Agent 进行重命名,会消耗一定的模型 token 数,可能耗时较长
21+
22+
<div style="display: flex; justify-content: left;">
23+
<img src="./assets/agent-development/duplicated_import.png" style="width: 80%; height: auto;" />
24+
</div>
25+
1826
## 👥 配置协作智能体/工具
1927

2028
您可以为创建的智能体配置其他协作智能体,也可以为它配置可使用的工具,以赋予智能体能力完成复杂任务。
35.2 KB
Loading

0 commit comments

Comments
 (0)