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 f89726d commit f5afc6eCopy full SHA for f5afc6e
src/tools/tool.ts
@@ -22,7 +22,7 @@ export type ToolExecutionContext = {
22
};
23
24
/**
25
- * The ~`type of operation the tool performs. This is used when evaluating if a tool is allowed to run based on
+ * The type of operation the tool performs. This is used when evaluating if a tool is allowed to run based on
26
* the config's `disabledTools` and `readOnly` settings.
27
* - `metadata` is used for tools that read but do not access potentially user-generated
28
* data, such as listing databases, collections, or indexes, or inferring collection schema.
0 commit comments