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

Function wasToolResultSeen

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

Source from the content-addressed store, hash-verified

50}
51
52export function wasToolResultSeen(toolCallId: string): boolean {
53 return seenToolResults.has(toolCallId)
54}
55
56export function shouldSkipToolCallEvent(event: StreamEvent): boolean {
57 if (!isToolCallStreamEvent(event)) return false

Callers 3

handleCallPhaseFunction · 0.90
shouldSkipToolCallEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected