mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 09:12:42 +02:00
Reorganize docs
This commit is contained in:
parent
435ed965da
commit
3c05dc4fc8
12 changed files with 119 additions and 92 deletions
15
apps/docs/docs/playground.md
Normal file
15
apps/docs/docs/playground.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## Try an example chat in the playground
|
||||
|
||||
### Chat with the assistant
|
||||
|
||||
The playground is intended to test out the assistant as you build it. The User and Assistant messages represent the conversation that your end-user will have if your assistant is deployed in production. The playground also has debug elements which show the flow of control between different agents in your system, as well as which agent finally responded to the user.
|
||||
|
||||

|
||||
|
||||
In the playground, you can also set initial context at start of chat, that will be passed to all agents. This is typically used for providing user identity information such as user ID, login email, etc.
|
||||

|
||||
|
||||
### Ask copilot questions
|
||||
You can ask copilot clarifications about the chat, such as why the agents responded a certain way or why an agent was invoked.
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue