mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
feat(server): find transcript actions (#11890)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user