feat(server): find transcript actions (#11890)

This commit is contained in:
darkskygit
2025-04-22 09:23:24 +00:00
parent b59f6ebde0
commit 3794f8aa80
11 changed files with 94 additions and 13 deletions
@@ -408,6 +408,7 @@ export async function claimAudioTranscription(
status: string;
title: string | null;
summary: string | null;
actions: string | null;
transcription:
| {
speaker: string;
@@ -425,6 +426,7 @@ export async function claimAudioTranscription(
status
title
summary
actions
transcription {
speaker
start