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

Function markAsyncToolRunning

apps/sim/lib/copilot/async-runs/repository.ts:370–372  ·  view source on GitHub ↗
(toolCallId: string, claimedBy: string)

Source from the content-addressed store, hash-verified

368}
369
370export async function markAsyncToolRunning(toolCallId: string, claimedBy: string) {
371 return markAsyncToolStatus(toolCallId, 'running', { claimedBy })
372}
373
374export async function completeAsyncToolCall(input: {
375 toolCallId: string

Callers 1

Calls 1

markAsyncToolStatusFunction · 0.85

Tested by

no test coverage detected