Option
OpenAPI Specification
交互选项模型,供可执行按钮的 options 引用。接口基址为 https://api.allyang.cn,OpenAI 兼容前缀为 /v1;本页仅描述数据模型,完整访问路径以对应接口页为准。
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| description | string | — | 选项说明 |
| emoji | string | — | 选项图标 |
| label | string | — | 选项显示文本 |
| selected | boolean | — | 是否选中 |
| value | string | — | 选项值 |