Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINE_USER_ID | Yes | Your LINE user ID | |
| GEMINI_API_KEY | Yes | Your Gemini API key (obtained from Google AI Studio) | |
| LINE_CHANNEL_ACCESS_TOKEN | Yes | Your LINE channel access token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add | Add two numbers and return the result |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |