(toolId: string)
| 464 | } |
| 465 | |
| 466 | export function isCustomTool(toolId: string): boolean { |
| 467 | return toolId.startsWith(AGENT.CUSTOM_TOOL_PREFIX) |
| 468 | } |
| 469 | |
| 470 | export function isMcpTool(toolId: string): boolean { |
| 471 | return toolId.startsWith(MCP.TOOL_PREFIX) |
no outgoing calls
no test coverage detected