MCPcopy Index your code
hub / github.com/simstudioai/sim / isWorkflowToolName

Function isWorkflowToolName

apps/sim/lib/copilot/tools/workflow-tools.ts:10–12  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

8const WORKFLOW_TOOL_NAME_SET = new Set<string>(WORKFLOW_TOOL_NAMES)
9
10export function isWorkflowToolName(name: string): boolean {
11 return WORKFLOW_TOOL_NAME_SET.has(name)
12}

Callers 5

dispatchToolExecutionFunction · 0.90
useChatFunction · 0.90
handleToolEventFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected