Skip to content

Commit 06965fa

Browse files
fix: the query parameters are missing when the tool is called individually. (#12)
1 parent 778a9af commit 06965fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tools/extract_antv_topic.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Key features:
193193
},
194194
],
195195
_meta: {
196+
query: args.query, // Original user query for next tool
196197
topic: '', // Will be filled by LLM
197198
intent: '', // Will be filled by LLM
198199
library: args.library || 'auto-detect',
@@ -219,6 +220,7 @@ Key features:
219220
],
220221
isError: true,
221222
_meta: {
223+
query: args.query, // Original user query for next tool
222224
topic: '',
223225
intent: '',
224226
library: args.library || 'auto-detect',

0 commit comments

Comments
 (0)