Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHATLOG_API_URL | No | HTTP API server URL used to fetch chat logs and analytics. | http://127.0.0.1:5030 |
| PYTHONIOENCODING | No | Ensures Chinese characters and other non-ASCII symbols display correctly. Highly recommended to be set to utf-8. | utf-8 |
| CHATLOG_LOG_LEVEL | No | Logging level for the server (debug, info, warning, error). | info |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |