Skip to content

Commit bca99ea

Browse files
MQ37Copilot
andauthored
Update src/tools/helpers.ts
Co-authored-by: Copilot <[email protected]>
1 parent b70cd36 commit bca99ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const removeTool: ToolEntry = {
149149
return {
150150
content: [{
151151
type: 'text',
152-
text: `Tool '${args.toolName}' not found. No tools were removed.`,
152+
text: `Tool '${parsed.toolName}' not found. No tools were removed.`,
153153
}],
154154
};
155155
}

0 commit comments

Comments
 (0)