Skip to content

Commit 2e14d1c

Browse files
authored
[Typo] Change parameter used for abstractive summarisation payload
Change abstractive summarisation payload parameter from 'sentenceLength' to 'summaryLength'
1 parent 682e3fd commit 2e14d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/language-service/summarization/how-to/text-summarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
296296
"kind": "AbstractiveSummarization",
297297
"taskName": "Length controlled Abstractive Summarization",
298298
"parameters": {
299-
"sentenceLength": "short"
299+
"summaryLength": "short"
300300
}
301301
}
302302
]

0 commit comments

Comments
 (0)