| 80 | } |
| 81 | |
| 82 | interface ProviderBackedTopicModelOptions { |
| 83 | provider: ProviderKey; |
| 84 | mode: TopicGenerationMode; |
| 85 | transcript: TranscriptSegment[]; |
| 86 | fastModel?: string; |
| 87 | proModel?: string; |
| 88 | } |
| 89 | |
| 90 | function chunkTranscript( |
| 91 | segments: TranscriptSegment[], |
nothing calls this directly
no outgoing calls
no test coverage detected