Skip to content

Commit 11ae38f

Browse files
committed
removed summarylength for abstractive
1 parent f99fea4 commit 11ae38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The following cURL commands are executed from a BASH shell. Edit these commands
211211

212212
The query-based text summarization API is an extension to the existing text summarization API.
213213

214-
The biggest difference is a new `query` field in the request body (under `tasks` > `parameters` > `query`). Additionally, there's a new way to specify the preferred `summaryLength` in "buckets" of short/medium/long, which we recommend using instead of `sentenceCount`, especially when using abstractive.
214+
The biggest difference is a new `query` field in the request body (under `tasks` > `parameters` > `query`).
215215

216216
> [!TIP]
217217
> Query based summarization has some differentiation in the utilization of length control based on the type of query based summarization you're using:

0 commit comments

Comments
 (0)