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

Function markAsyncToolDelivered

apps/sim/lib/copilot/async-runs/repository.ts:403–408  ·  view source on GitHub ↗
(toolCallId: string)

Source from the content-addressed store, hash-verified

401}
402
403export async function markAsyncToolDelivered(toolCallId: string) {
404 return markAsyncToolStatus(toolCallId, ASYNC_TOOL_STATUS.delivered, {
405 claimedBy: null,
406 claimedAt: null,
407 })
408}
409
410async function listAsyncToolCallsForRun(runId: string) {
411 return withDbSpan(

Callers 2

repository.test.tsFile · 0.90
dispatchToolExecutionFunction · 0.90

Calls 1

markAsyncToolStatusFunction · 0.85

Tested by

no test coverage detected