File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5858curl " https://antv.antgroup.com/api/v1/context/retrieve?query=bar+chart+stacked&library=g2&includeConstraints=true"
Original file line number Diff line number Diff 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
6565curl " https://antv.antgroup.com/api/v1/context/retrieve?query=force+layout+node+style&library=g6&includeConstraints=true"
Original file line number Diff line number Diff 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
8383curl " https://antv.antgroup.com/api/v1/context/retrieve?query=flowchart+stencil+port&library=x6&includeConstraints=true"
You can’t perform that action at this time.
0 commit comments