mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 07:10:44 +08:00
fix: minimax 三个媒体技能改为 disable-model-invocation: true,并修正文档错误描述
- minimax-image-gen 1.3.0→1.3.1 - minimax-video-gen 1.2.0→1.2.1 - minimax-tts 1.2.0→1.2.1 - 修正 skill-creator/SKILL.md、desirecore-format.md、manage-skills/SKILL.md 中 对 disable-model-invocation 的反向描述:true=L0+L1 自动注入;false=L0+L1+L2 完整内容注入 - manifest.json 版本 1.0.0→1.0.1,totalSkills 22→19,lastUpdated 2026-05-01 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -486,7 +486,7 @@ metadata:
|
||||
| `risk_level` | 推荐 | enum | `low` / `medium` / `high` |
|
||||
| `status` | 推荐 | enum | `enabled` / `disabled` |
|
||||
| `tags` | 可选 | string[] | 标签列表,用于搜索和分类 |
|
||||
| `disable-model-invocation` | 可选 | boolean | `true` 时仅允许显式调用,默认 `false` |
|
||||
| `disable-model-invocation` | 可选 | boolean | `true`=L0+L1 自动注入 system prompt;`false`=L0+L1+L2 完整内容注入;默认 `true` |
|
||||
| `requires` | 可选 | object | 依赖声明:`tools`、`optional_tools`、`connections` |
|
||||
| `metadata` | 可选 | object | 元信息:`author`、`updated_at` |
|
||||
| `market` | 可选 | object | 市场展示元数据(仅市场发布的技能需要) |
|
||||
|
||||
Reference in New Issue
Block a user