mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:34:44 +00:00
fix(audio): add echoTranscript/echoFormat to Zod config schema
This commit is contained in:
committed by
Peter Steinberger
parent
1b61269eec
commit
8f995dfc7a
@@ -680,6 +680,8 @@ export const ToolsMediaUnderstandingSchema = z
|
|||||||
...MediaUnderstandingRuntimeFields,
|
...MediaUnderstandingRuntimeFields,
|
||||||
attachments: MediaUnderstandingAttachmentsSchema,
|
attachments: MediaUnderstandingAttachmentsSchema,
|
||||||
models: z.array(MediaUnderstandingModelSchema).optional(),
|
models: z.array(MediaUnderstandingModelSchema).optional(),
|
||||||
|
echoTranscript: z.boolean().optional(),
|
||||||
|
echoFormat: z.string().optional(),
|
||||||
})
|
})
|
||||||
.strict()
|
.strict()
|
||||||
.optional();
|
.optional();
|
||||||
|
|||||||
Reference in New Issue
Block a user