Assistants
What it is
Assistants represent the AI-powered systems you want to test. Configure connections to your AI assistants (chatbots, agents, etc.) so Lamdis can run automated conversations and evaluate their responses.
How to use
- Navigate to Assistants → Assistants in the sidebar
- Click New Assistant to create an assistant configuration
- Configure the endpoint, authentication, and request format
- Save and use in test suites
Configuration Options
- Name: A friendly identifier for the assistant
- Endpoint: The URL where your assistant accepts requests
- Connection: Reference a Connection for authentication
- Request format: Configure how messages are sent to your assistant
- Response parsing: Define how to extract the assistant’s response
Key Features
- Mock assistants: Create mock assistants for testing without a real endpoint
- Multiple configurations: Test the same assistant with different settings
- Response validation: Verify response structure and content
Tips
- Use mock assistants during development to iterate quickly
- Configure response parsing to handle different API formats
- Test with different personas to cover various user scenarios
Last updated on