chore(release): 引入Deepwiki 渠道 #56
Annotations
2 errors
|
build
Process completed with exit code 1.
|
|
__tests__/tools/index.spec.ts > Check tool schema > QueryAntVDocument should match the expected schema:
__tests__/tools/index.spec.ts#L13
AssertionError: expected { name: 'query_antv_document', …(2) } to deeply equal { name: 'query_antv_document', …(2) }
- Expected
+ Received
@@ -10,10 +10,19 @@
- **Complex Task Handling**: For multi-step tasks requiring subtask decomposition (e.g., \"Build a dashboard with interactive charts\").
- **Simple modifications**: Even basic changes like \"Change the chart's color\" or \"Update legend position\" in AntV context.",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
+ "channel": {
+ "default": "Context7",
+ "description": "Specifies the query channel for documentation. Can be \"Context7\" or \"DeepWiki\". Defaults to \"Context7\".",
+ "enum": [
+ "Context7",
+ "DeepWiki",
+ ],
+ "type": "string",
+ },
"intent": {
"description": "Extracted user intent, provided by extract_antv_topic tool or directly extracted from simple questions.",
"minLength": 1,
"type": "string",
},
❯ __tests__/tools/index.spec.ts:13:8
|