Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the server | 3000 |
| NODE_ENV | No | Node environment | production |
| LLM_API_KEY | No | Your LLM API key | |
| LLM_API_URL | No | Your LLM API URL |
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 |
|---|---|
| fund.echo | Echo back a message. Example interface for scaffold. |
| fund.knoewledge | 获取的知识库列表信息 |
| fund.stock_search | 搜索股票信息,基于东方财富API |