Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_PORT | No | The port number for the server | 8000 |
| MESSAGES_FILE | No | The file path for storing LINE messages | data/messages.json |
| LINE_ACCESS_TOKEN | Yes | Your LINE access token | |
| LINE_CHANNEL_SECRET | Yes | Your LINE channel secret |
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 | |