MCPcopy Index your code
hub / github.com/CapSoftware/Cap / clearAiMetadata

Function clearAiMetadata

apps/web/workflows/edit-video.ts:489–495  ·  view source on GitHub ↗
(metadata: VideoMetadata | null)

Source from the content-addressed store, hash-verified

487}
488
489function clearAiMetadata(metadata: VideoMetadata | null): VideoMetadata {
490 const nextMetadata = { ...(metadata ?? {}) };
491 delete nextMetadata.summary;
492 delete nextMetadata.chapters;
493 delete nextMetadata.aiGenerationStatus;
494 return nextMetadata;
495}
496
497async function queueTranscriptionRegeneration(
498 videoId: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected