📝 docs(tsl): sync api skill with corrected codegen

Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -21,16 +21,6 @@
返回:any
## `createhttpsession(return_value)`
创建一个http Session对象,并返回会话ID,即Session id。仅新一代TSL语言支持该函数。
| 参数 | 类型 | 说明 |
| -------------- | ---- | -------------- |
| `return_value` | int | 返回session ID |
返回:intptr
## `destroyHttpSession(session, return_value)`
销毁一个Http Session对象,并返回销毁结果,销毁成功返回True。 仅新一代TSL语言支持该函数。