From 1e8efa2631442a2ed29693da47659619d65a46b2 Mon Sep 17 00:00:00 2001 From: LeonTung Date: Wed, 12 Nov 2025 12:53:28 +0800 Subject: [PATCH] chore(template): update agent template's title (#11201) ### What problem does this PR solve? Update title ### Type of change - [x] Other (please describe): --- agent/templates/user_interaction.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/templates/user_interaction.json b/agent/templates/user_interaction.json index 4a1451bed..57790f9bb 100644 --- a/agent/templates/user_interaction.json +++ b/agent/templates/user_interaction.json @@ -1,8 +1,8 @@ { "id": 27, "title": { - "en": "Interacting with the Agent", - "zh": "用户与 Agent 交互" + "en": "Interactive Agent", + "zh": "可交互的 Agent" }, "description": { "en": "During the Agent’s execution, users can actively intervene and interact with the Agent to adjust or guide its output, ensuring the final result aligns with their intentions.",