feat: transcribe audio and surface transcript to prompts

This commit is contained in:
Peter Steinberger
2025-11-25 23:13:22 +01:00
parent 7d0ae151e8
commit e642f128ae
6 changed files with 169 additions and 100 deletions

View File

@@ -6,6 +6,7 @@ export type MsgContext = {
MediaPath?: string;
MediaUrl?: string;
MediaType?: string;
Transcript?: string;
};
export type TemplateContext = MsgContext & {