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

Function falQueueUrl

apps/sim/lib/media/falai.ts:64–66  ·  view source on GitHub ↗
(endpoint: string, requestId: string, path: 'status' | 'response')

Source from the content-addressed store, hash-verified

62}
63
64function falQueueUrl(endpoint: string, requestId: string, path: 'status' | 'response'): string {
65 return `https://queue.fal.run/${endpoint}/requests/${requestId}/${path}`
66}
67
68function falErrorMessage(error: unknown): string {
69 if (typeof error === 'string') return error

Callers 1

runFalQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected