rowboat/apps/docs/docs/update_agents.mdx
Tushar daaac23f76
Mintlify docs (#217)
* add the new docs

* Update to latest comprehensive docs from mintlify2 branch - Add conversations, jobs, triggers guides - Complete tools documentation - Enhanced RAG and agents docs - Add UI screenshots and images - Update contribution guide and quickstart

* added intro gif

* Update introduction.mdx with intro gif

* Add public/videos folder with Intro-Video.gif for proper Next.js/Mintlify serving

* updated gif

* Update introduction.mdx to have a working intro gif
2025-08-23 16:26:35 +05:30

19 lines
609 B
Text

## Update agent behavior
There are three ways for you to update the agent's behavior:
### 1. With help of Copilot
Copilot can help you update agent behavior. It is also aware of the current chat in the playground so you can make references to the current chat while instructing copilot to update agents.
![Update Agent Behavior](img/update-agent-copilot.png)
### 2. Using the Generate button
![Update Agent Behavior](img/update-agent-generate.png)
### 3. By manually editing the instructions
You can manually edit the agent instructions anytime.
![Update Agent Behavior](img/update-agent-manual.png)