fund.knoewledge
Query financial fund information using keywords to access relevant knowledge base data for investment research and analysis.
Instructions
获取的知识库列表信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
kw | No | 关键词,支持模糊查询 | |
pageNum | No | 页码,默认1 | |
pageSize | No | 每页数量,默认10 |
Input Schema (JSON Schema)
{
"properties": {
"kw": {
"description": "关键词,支持模糊查询",
"type": "string"
},
"pageNum": {
"description": "页码,默认1",
"type": "number"
},
"pageSize": {
"description": "每页数量,默认10",
"type": "number"
}
},
"type": "object"
}