feat(skills): add tsl api reference skill

Bundle the TSL API index and markdown references under the skill, route TSL docs to use it, and update the codegen index generator to maintain the bundled data.
This commit is contained in:
csh
2026-07-07 16:36:15 +08:00
parent 4cd6b9410f
commit e1f7ce052c
267 changed files with 185908 additions and 11996 deletions
@@ -0,0 +1,35 @@
# 财务基本面 / 期权对比
### `optionLastDate(index_id, end_t)`
期权-最新数据日(同品种和日期相关)
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------- |
| `index_id` | string | 指数,期权品种 |
| `end_t` | datetime | 日期,截止日期 |
返回:datetime
### `optionsBaseinfo(bk_name, end_t)`
期权板块基本信息
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------------- |
| `bk_name` | string | 用户自定义,期权板块 |
| `end_t` | datetime | 日期,截止日期 |
返回:bool
### `optionsDtList(beg_t, end_t, show_type)`
最活跃和持仓最大标的券合约情况
| 参数 | 类型 | 说明 |
| ----------- | -------- | ------------------- |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `show_type` | any | 用户自定义,显示类型 |
返回:bool