Skip to content

Commit fdc5756

Browse files
authored
Merge pull request #292 from gn-bcampbell/patch-1
[Typo] Change parameter used for abstractive summarisation payload
2 parents 272dea3 + 2e14d1c commit fdc5756

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
@@ -295,7 +295,7 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
295295
"kind": "AbstractiveSummarization",
296296
"taskName": "Length controlled Abstractive Summarization",
297297
"parameters": {
298-
"sentenceLength": "short"
298+
"summaryLength": "short"
299299
}
300300
}
301301
]

0 commit comments

Comments
 (0)