Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | false |
MAX_RETRIES | No | API retry attempts | 3 |
POLL_INTERVAL | No | Status check interval (ms) | 2000 |
MAX_TEXT_LENGTH | No | Maximum text length (chars) | 100000 |
ACROLINX_API_KEY | Yes | Your Acrolinx API key | |
WORKFLOW_TIMEOUT | No | Workflow timeout (ms) | 60000 |
ACROLINX_BASE_URL | No | API base URL | https://app.acrolinx.cloud |
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 |