mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:40:43 +00:00
fix: restore media understanding attempt outcome export
This commit is contained in:
@@ -46,6 +46,8 @@ export type MediaUnderstandingModelDecision = {
|
||||
reason?: string;
|
||||
};
|
||||
|
||||
export type MediaUnderstandingAttemptOutcome = MediaUnderstandingModelDecision["outcome"];
|
||||
|
||||
export type MediaUnderstandingAttachmentDecision = {
|
||||
attachmentIndex: number;
|
||||
attempts: MediaUnderstandingModelDecision[];
|
||||
|
||||
Reference in New Issue
Block a user