Skip to content

Commit 5958ddf

Browse files
author
福晋
committed
chore: update skill content
1 parent 310bda8 commit 5958ddf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

skills/antv-g2-chart/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Retrieve skills by query (hybrid search = FTS + vector + RRF fusion). Setting `i
5252
| `content` | boolean | | Return full reference doc markdown (default: true) |
5353
| `includeConstraints` | boolean | | Prepend core constraints as the first result (default: true) |
5454
| `maxTokens` | number | | Max tokens per result (default: unlimited) |
55-
| `progressiveLevel` | string | | Progressive loading level: `brief`, `normal`, `detailed` |
55+
| `progressiveLevel` | number | | Progressive disclosure level: `0`=full, `1`=summary+code, `2`=summary-only |
5656

5757
```bash
5858
curl "https://antv.antgroup.com/api/v1/context/retrieve?query=bar+chart+stacked&library=g2&includeConstraints=true"

skills/antv-g6-graph/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Retrieve skills by query (hybrid search = FTS + vector + RRF fusion). Setting `i
5959
| `content` | boolean | | Return full reference doc markdown (default: true) |
6060
| `includeConstraints` | boolean | | Prepend core constraints as the first result (default: true) |
6161
| `maxTokens` | number | | Max tokens per result (default: unlimited) |
62-
| `progressiveLevel` | string | | Progressive loading level: `brief`, `normal`, `detailed` |
62+
| `progressiveLevel` | number | | Progressive disclosure level: `0`=full, `1`=summary+code, `2`=summary-only |
6363

6464
```bash
6565
curl "https://antv.antgroup.com/api/v1/context/retrieve?query=force+layout+node+style&library=g6&includeConstraints=true"

skills/antv-x6-editor/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ graph.centerContent();
3838
### CDN Usage
3939

4040
```html
41-
<script src="https://unpkg.com/@antv/x6@2/dist/x6.js"></script>
41+
<script src="https://unpkg.com/@antv/x6@3/dist/x6.js"></script>
4242
<script>
4343
const graph = new X6.Graph({
4444
container: 'container',
@@ -77,7 +77,7 @@ Retrieve skills by query (hybrid search = FTS + vector + RRF fusion). Setting `i
7777
| `content` | boolean | | Return full reference doc markdown (default: true) |
7878
| `includeConstraints` | boolean | | Prepend core constraints as the first result (default: true) |
7979
| `maxTokens` | number | | Max tokens per result (default: unlimited) |
80-
| `progressiveLevel` | string | | Progressive loading level: `brief`, `normal`, `detailed` |
80+
| `progressiveLevel` | number | | Progressive disclosure level: `0`=full, `1`=summary+code, `2`=summary-only |
8181

8282
```bash
8383
curl "https://antv.antgroup.com/api/v1/context/retrieve?query=flowchart+stencil+port&library=x6&includeConstraints=true"

0 commit comments

Comments
 (0)