officialSecuNews
Retrieve official securities media information to access regulated financial news and announcements for investment research and market analysis.
Instructions
证券官媒检索:获取相关证券官媒资讯
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | 结束时间,不填则默认为今天 | |
maxCnt | No | 最大返回条数 | |
query | Yes | 用户问题 | |
relevance | No | 返回高于相关度阈值的资讯,默认0.66 | |
startDate | No | 开始时间,不填则默认为今天 |
Input Schema (JSON Schema)
{
"properties": {
"endDate": {
"description": "结束时间,不填则默认为今天",
"type": "string"
},
"maxCnt": {
"description": "最大返回条数",
"type": "string"
},
"query": {
"description": "用户问题",
"type": "string"
},
"relevance": {
"description": "返回高于相关度阈值的资讯,默认0.66",
"type": "string"
},
"startDate": {
"description": "开始时间,不填则默认为今天",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}