Agent playground

When editing an agent, you can go to the Playground tab to test the agent.

The playground features the Chatbox component. It uses the chatbox in debug mode.

The following things can be done directly in the playground:

  • Enable/Disable Streaming: Choose whether the response should be streamed.

  • Enable/Disable History: Choose whether to maintain conversation history.

  • Set Variables: System variables (such as user email or current time) are set on the back-end side. You can specify any non-system variables in the input here.

If you change something on the agent (for example, add a new tool) you have to save first before you test in the agent.