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
@@ -69,6 +69,7 @@ Generated by [AVA](https://avajs.dev).
[
{
actions: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
status: 'claimed',
summary: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
title: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
@@ -101,6 +102,7 @@ Generated by [AVA](https://avajs.dev).
[
{
actions: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
status: 'claimed',
summary: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
title: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
@@ -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