Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | false |
AWS_REGION | No | AWS region for Bedrock service | us-east-1 |
BATCH_SIZE | No | Number of texts to process in a batch | 20 |
MAX_TOKENS | No | Maximum tokens for translation requests | 4000 |
AWS_PROFILE | No | AWS profile to use | default |
TEMPERATURE | No | Temperature setting for AI model | 0.1 |
BEDROCK_MODEL_ID | No | Bedrock model ID for translation | us.anthropic.claude-3-7-sonnet-20250219-v1:0 |
ENABLE_POLISHING | No | Enable translation polishing | true |
CONTEXT_THRESHOLD | No | Number of texts to trigger context-aware translation | 5 |
DEFAULT_TARGET_LANGUAGE | No | Default target language for translation | ko |
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 |