Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PREM_API_KEY | Yes | Your Prem AI API key | |
| PREM_PROJECT_ID | Yes | Your Prem project ID |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chat | Chat with Prem AI - supports chat completions with optional RAG capabilities. |
| prem_upload_document | Upload a document to a Prem AI repository |
| prem_chat_with_template | Chat using a predefined Prem AI prompt template |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |