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

Interface ProviderBackedTopicModelOptions

lib/ai-processing.ts:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82interface ProviderBackedTopicModelOptions {
83 provider: ProviderKey;
84 mode: TopicGenerationMode;
85 transcript: TranscriptSegment[];
86 fastModel?: string;
87 proModel?: string;
88}
89
90function chunkTranscript(
91 segments: TranscriptSegment[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected