UNPKG

@yuchida-tamu/podcast-gen

Version:

AI-Powered Monologue Podcast Generator

5 lines 386 B
import type { MonologueSegment, NarrativePhase, NarrativePhases, NarratorPrompt } from '../types/index.js'; export declare const NARRATOR_PROMPT: NarratorPrompt; export declare const NARRATIVE_PHASES: NarrativePhases; export declare function createMonologuePrompt(topic: string, phase: NarrativePhase, previousContent?: MonologueSegment[]): string; //# sourceMappingURL=prompts.d.ts.map