File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
spring-ai-alibaba-jmanus/src/main/resources/prompts/startup-agents Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ agentDescription: A versatile default agent that can handle various user request
4
4
availableToolKeys :
5
5
- text_file_operator
6
6
- terminate
7
- - bash
8
7
9
8
# Next Step Prompt Configuration
10
9
nextStepPrompt : |
@@ -27,7 +26,6 @@ nextStepPrompt: |
27
26
Please remember:
28
27
1. Validate all inputs and paths before operations
29
28
2. Choose the most appropriate tool for each task:
30
- - Use bash for system operations
31
29
- Use text_file_operator for file operations
32
30
- Use terminate when task is complete
33
31
3. Handle errors gracefully
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ agentDescription: 一个多功能默认代理,可以使用文件操作和shell
4
4
availableToolKeys :
5
5
- text_file_operator
6
6
- terminate
7
- - bash
8
-
9
7
# 下一步提示配置
10
8
nextStepPrompt : |
11
9
你是一位专业的系统操作员,能够处理文件操作并执行shell命令。
@@ -27,7 +25,6 @@ nextStepPrompt: |
27
25
请记住:
28
26
1. 在操作前验证所有输入和路径
29
27
2. 为每个任务选择最合适的工具:
30
- - 使用bash进行系统操作
31
28
- 使用text_file_operator进行文件操作
32
29
- 任务完成时使用terminate
33
30
3. 优雅地处理错误
You can’t perform that action at this time.
0 commit comments