We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9ec20 commit d1eed9dCopy full SHA for d1eed9d
1 file changed
workflows/process-mux-ai.ts
@@ -53,7 +53,7 @@ async function startModerationJob(assetId: string): Promise<string> {
53
async function startSummarizeJob(assetId: string): Promise<string> {
54
"use step";
55
const { id } = await mux.robots.jobs.summarize.create({
56
- parameters: { asset_id: assetId },
+ parameters: { asset_id: assetId, "output_language_code" : "en" },
57
});
58
return id;
59
}
0 commit comments