You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tools): rename query builder tools to dataset-based tools
BREAKING CHANGE: Tool keys renamed.
generate-query is now get-data-as-dataset.
improve-query is now improve-dataset.
Descriptions updated to dataset-centric language.
Copy file name to clipboardExpand all lines: src/components/db-query/tools/ask-about-dataset.tool.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ export class AskAboutDatasetTool implements IGraphTool {
82
82
{
83
83
name: this.key,
84
84
description:
85
-
'Tool for answering questions about a query, note that it does not run the query and can only answer questions about the query itself, not the data it returns on execution. Call this only if you have a valid dataset ID available.',
85
+
'Tool for answering questions about an existing dataset, note that it can only answer questions about the dataset definition, not the data it contains. Call this only if you have a valid dataset ID available.',
0 commit comments