Skip to content

Commit

Permalink
chore: update pnpm lockfile for modelcontextprotocoltools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 14, 2025
1 parent 8bc6ab3 commit 730d2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/chat/agentic/CodyToolProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class CodyToolProvider {
title: `${mention.title} (via MCP)`,
tags: {
tag: PromptString.unsafe_fromUserQuery(tagName),
subTag: ps``,
subTag: ps`QUERY`, // This helps differentiate between them so I will add a subtag
},
prompt: {
instruction: PromptString.unsafe_fromUserQuery(
Expand Down

0 comments on commit 730d2b8

Please sign in to comment.