MCPcopy Create free account
hub / github.com/SamuelZ12/longcut / createTranscript

Function createTranscript

lib/__tests__/topic-generation-fallback.test.ts:47–55  ·  view source on GitHub ↗
(durationSeconds: number)

Source from the content-addressed store, hash-verified

45}
46
47function createTranscript(durationSeconds: number) {
48 return [
49 {
50 start: 0,
51 duration: durationSeconds,
52 text: 'A short transcript segment for testing.',
53 },
54 ];
55}
56
57test('retryProviderBackedTopicGeneration tries another configured provider before giving up', async () => {
58 const attemptedProviders: string[] = [];

Calls

no outgoing calls

Tested by

no test coverage detected