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

Function wasToolCallSeen

apps/sim/lib/copilot/request/sse-utils.ts:44–46  ·  view source on GitHub ↗
(toolCallId: string)

Source from the content-addressed store, hash-verified

42}
43
44function wasToolCallSeen(toolCallId: string): boolean {
45 return seenToolCalls.has(toolCallId)
46}
47
48export function markToolResultSeen(toolCallId: string): void {
49 addToSet(seenToolResults, toolCallId)

Callers 1

shouldSkipToolCallEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected