MCPcopy
hub / github.com/CapSoftware/Cap / queueAiGeneration

Function queueAiGeneration

apps/web/workflows/transcribe.ts:424–431  ·  view source on GitHub ↗
(
	videoId: string,
	userId: string,
)

Source from the content-addressed store, hash-verified

422}
423
424async function queueAiGeneration(
425 videoId: string,
426 userId: string,
427): Promise<void> {
428 "use step";
429
430 await startAiGeneration(videoId as Video.VideoId, userId);
431}
432
433async function _markEnhancedAudioProcessing(videoId: string): Promise<void> {
434 "use step";

Callers 1

transcribeVideoWorkflowFunction · 0.85

Calls 1

startAiGenerationFunction · 0.90

Tested by

no test coverage detected