update docs

This commit is contained in:
arkml 2025-04-15 21:41:08 +05:30
parent 86bfa50820
commit 583a9bf02c
9 changed files with 24 additions and 11 deletions

View file

@ -1,8 +1,19 @@
## 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-with-copilot.png)
![Update Agent Behavior](img/update-agent-copilot.png)
Playground:
![Test Updated Agent](img/test-updated-agent.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)