Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ATLA_API_KEY | Yes | Your Atla API key, required to interact with the Atla API for LLM evaluation |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
evaluate_llm_response | Evaluate an LLM's response to a prompt using a given evaluation criteria. Copy |
evaluate_llm_response_on_multiple_criteria | Evaluate an LLM's response to a prompt across multiple evaluation criteria. Copy |