根据开发组建议重命名,移除多余的Prompt后缀

This commit is contained in:
UnCLAS-Prommer
2026-02-02 21:10:39 +08:00
parent b793a3d62b
commit 74b852dd8b
38 changed files with 27 additions and 27 deletions

View File

@@ -80,7 +80,7 @@ class ToolExecutor:
return [], [], ""
# 构建工具调用提示词
prompt_template = prompt_manager.get_prompt("tool_executor_prompt")
prompt_template = prompt_manager.get_prompt("tool_executor")
prompt_template.add_context("target_message", target_message)
prompt_template.add_context("chat_history", chat_history)
prompt_template.add_context("sender", sender)