Skip to content

Commit 844192f

Browse files
Copilotbenfoxall
andcommitted
Fix SummarizerType enum value: change 'tl;dr' to 'tldr'
Co-authored-by: benfoxall <51385+benfoxall@users.noreply.github.com>
1 parent 9c25927 commit 844192f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/prompt-api-summaries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
try {
167167
summarizerInstance = await Summarizer.create({
168168
sharedContext: sharedContext,
169-
type: 'tl;dr',
169+
type: 'tldr',
170170
length: 'short',
171171
format: 'plain-text',
172172
outputLanguage: 'en'

0 commit comments

Comments
 (0)