Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GROQ_API_KEY | No | Your Groq API key for LLM provider | |
OPENAI_API_KEY | No | Your OpenAI API key for LLM provider | |
SEARCH_API_KEY | No | Secret key you can use in frontend to avoid spam and add protection against bots | |
MISTRAL_API_KEY | No | Your Mistral.ai API key for LLM provider |
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 |
---|---|
No tools |