We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778a9af commit 06965faCopy full SHA for 06965fa
1 file changed
src/tools/extract_antv_topic.ts
@@ -193,6 +193,7 @@ Key features:
193
},
194
],
195
_meta: {
196
+ query: args.query, // Original user query for next tool
197
topic: '', // Will be filled by LLM
198
intent: '', // Will be filled by LLM
199
library: args.library || 'auto-detect',
@@ -219,6 +220,7 @@ Key features:
219
220
221
isError: true,
222
223
224
topic: '',
225
intent: '',
226
0 commit comments