Files
a0_software_orchestrator/prompts/agent.system.tool.next_step.md
T

12 lines
507 B
Markdown
Raw Normal View History

### next_step
Add, list, update or complete DB-backed next steps for a project.
Use this exact Agent Zero tool-call shape:
```json
{"tool_name":"next_step","tool_args":{"action":"list","project_name":"my_project"}}
```
Rules:
- Do not use this tool to discover, read, infer, validate, or print credential values.
- If the tool is not found, stop and report a runtime tool-registration failure. Do not switch to WebUI login, CSRF, HTTP cache-refresh, shell credential scans, or `.env`/config/log searches.