update_agent_prompt
Replace an agent's system prompt with the full new prompt text to immediately change its workflow and instructions. Use this to correct or refine agent behavior.
Instructions
Update an agent's system prompt / instructions. Pass the full new prompt text. This updates the agent's workflow with the new prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The new system prompt for the agent | |
| agent_id | Yes | The agent ID to update |