Skip to content

Commit 4aec58e

Browse files
authored
Merge pull request #4546 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 2647a3c + fdc5756 commit 4aec58e

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)