Skip to content

Commit 9c25927

Browse files
Copilotbenfoxall
andcommitted
Add outputLanguage: 'en' to Summarizer.create() options
Co-authored-by: benfoxall <51385+benfoxall@users.noreply.github.com>
1 parent 5842f3b commit 9c25927

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/prompt-api-summaries.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
sharedContext: sharedContext,
169169
type: 'tl;dr',
170170
length: 'short',
171-
format: 'plain-text'
171+
format: 'plain-text',
172+
outputLanguage: 'en'
172173
});
173174
return summarizerInstance;
174175
} catch (error) {

0 commit comments

Comments
 (0)