Skip to content

Commit 426266d

Browse files
committed
Small fix to "measure summarizer input usage" call
1 parent 3abf4de commit 426266d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: index.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ The <dfn attribute for="AISummarizer">inputQuota</dfn> getter steps are to retur
537537

538538
1. [=Assert=]: this algorithm is running [=in parallel=].
539539

540-
1. Let |requested| be the result of [=measuring summarizer input usage=] given |input|, |sharedContext|, |context|, |type|, |format|, |length|, and |outputLanguage|.
540+
1. Let |requested| be the result of [=measuring summarizer input usage=] given |input|, |sharedContext|, |context|, |type|, |format|, |length|, |outputLanguage|, and |stopProducing|.
541541

542542
1. If |requested| is null, then return.
543543

@@ -595,6 +595,7 @@ The <dfn attribute for="AISummarizer">inputQuota</dfn> getter steps are to retur
595595

596596
1. [=iteration/Break=].
597597
</div>
598+
598599
<h4 id="summarizer-usage">Usage</h4>
599600

600601
<div algorithm>

0 commit comments

Comments
 (0)