- Rapid prototyping and debugging of agent responses
- Testing different conversation scenarios
- Immediate feedback on agent behavior
- Faster development iterations
Access the LLM Playground
- Navigate to your agent’s detail page
- Click on the “Test LLM” tab
- Choose “Manual Chat”.
- You’ll see the chat interface where you can start testing

Test Function Calling
- Use prompts that should trigger specific functions
- Verify that functions are called with correct parameters

Iterate and Refine
- Monitor agent behavior and responses
- Update prompts or functions as needed
- Click the “delete” button to reset conversations
- Test the updated behavior

Save Test Cases
- Click the “Save” button to store your test conversation
- Add a descriptive name for the test case
- Access saved tests from the agent detail page


Test Dynamic Variables
- Use dynamic variables in your prompts
- Verify that variables are properly interpolated
- Test different variable values and scenarios

Best Practices
- Start with simple conversations and gradually test more complex scenarios
- Save important test cases for regression testing
- Test edge cases and error handling
- Document unexpected behaviors for future reference
