diff --git a/src/media-understanding/types.ts b/src/media-understanding/types.ts index 69b7a35b5c5..7f63395fb37 100644 --- a/src/media-understanding/types.ts +++ b/src/media-understanding/types.ts @@ -46,6 +46,8 @@ export type MediaUnderstandingModelDecision = { reason?: string; }; +export type MediaUnderstandingAttemptOutcome = MediaUnderstandingModelDecision["outcome"]; + export type MediaUnderstandingAttachmentDecision = { attachmentIndex: number; attempts: MediaUnderstandingModelDecision[];