Skip to content

Commit d4d785e

Browse files
committed
feat(jmanus): move tool parameter and description to resources
1 parent 60c4416 commit d4d785e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

spring-ai-alibaba-jmanus/src/main/resources/prompts/startup-agents/en/default_agent/agent-config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ agentDescription: A versatile default agent that can handle various user request
44
availableToolKeys:
55
- text_file_operator
66
- terminate
7-
- bash
87

98
# Next Step Prompt Configuration
109
nextStepPrompt: |
@@ -27,7 +26,6 @@ nextStepPrompt: |
2726
Please remember:
2827
1. Validate all inputs and paths before operations
2928
2. Choose the most appropriate tool for each task:
30-
- Use bash for system operations
3129
- Use text_file_operator for file operations
3230
- Use terminate when task is complete
3331
3. Handle errors gracefully

spring-ai-alibaba-jmanus/src/main/resources/prompts/startup-agents/zh/default_agent/agent-config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ agentDescription: 一个多功能默认代理,可以使用文件操作和shell
44
availableToolKeys:
55
- text_file_operator
66
- terminate
7-
- bash
8-
97
# 下一步提示配置
108
nextStepPrompt: |
119
你是一位专业的系统操作员,能够处理文件操作并执行shell命令。
@@ -27,7 +25,6 @@ nextStepPrompt: |
2725
请记住:
2826
1. 在操作前验证所有输入和路径
2927
2. 为每个任务选择最合适的工具:
30-
- 使用bash进行系统操作
3128
- 使用text_file_operator进行文件操作
3229
- 任务完成时使用terminate
3330
3. 优雅地处理错误

0 commit comments

Comments
 (0)