Skip to content

Commit 835c366

Browse files
author
Agent
committed
Format toolCallLabel after Synara title expansion
1 parent 96071af commit 835c366

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/web/src/lib/toolCallLabel.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ const SYNARA_BROWSER_TOOL_NAME_BY_PRESENTATION = new Map<string, SynaraBrowserTo
288288
);
289289

290290
const SYNARA_TOOL_NAME_STEMS = new Set<string>(
291-
Object.keys(SYNARA_MCP_TOOL_PRESENTATIONS).map((toolName) =>
292-
toolName.replace(/^synara_/, ""),
293-
),
291+
Object.keys(SYNARA_MCP_TOOL_PRESENTATIONS).map((toolName) => toolName.replace(/^synara_/, "")),
294292
);
295293

296294
const SYNARA_MCP_TOOL_PRESENTATION_ENTRIES = Object.entries(SYNARA_MCP_TOOL_PRESENTATIONS).map(

0 commit comments

Comments
 (0)