Skip to content

Commit f5afc6e

Browse files
committed
Fix typo
1 parent f89726d commit f5afc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type ToolExecutionContext = {
2222
};
2323

2424
/**
25-
* The ~`type of operation the tool performs. This is used when evaluating if a tool is allowed to run based on
25+
* The type of operation the tool performs. This is used when evaluating if a tool is allowed to run based on
2626
* the config's `disabledTools` and `readOnly` settings.
2727
* - `metadata` is used for tools that read but do not access potentially user-generated
2828
* data, such as listing databases, collections, or indexes, or inferring collection schema.

0 commit comments

Comments
 (0)