Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TUSHARE_API_TOKEN | Yes | Your Tushare API token needed to access the financial data API. Can be obtained from https://tushare.pro/user/center |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
summarize_notes | Summarize all notes |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
First Note | A text note: First Note |
Second Note | A text note: Second Note |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_note | Create a new note |
finance_news | 获取最新财经新闻 |
stock_data | 获取指定股票的历史行情数据 |
index_data | 获取指定股票指数的数据,例如上证指数、深证成指等 |