Skip to content

Commit d1951ef

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.1.
1 parent 43eb354 commit d1951ef

8 files changed

+1150
-326
lines changed

ed/algorithms/writing-assistance-apis.json

+275-75
Large diffs are not rendered by default.

ed/dfns/writing-assistance-apis.json

+483-64
Large diffs are not rendered by default.

ed/headings/writing-assistance-apis.json

+18-4
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,26 @@
8484
"title": "The algorithm",
8585
"number": "3.4.1"
8686
},
87+
{
88+
"id": "summarizer-usage",
89+
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#summarizer-usage",
90+
"level": 4,
91+
"title": "Usage",
92+
"number": "3.4.2"
93+
},
8794
{
8895
"id": "summarizer-options",
8996
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#summarizer-options",
9097
"level": 4,
9198
"title": "Options",
92-
"number": "3.4.2"
99+
"number": "3.4.3"
93100
},
94101
{
95102
"id": "summarizer-errors",
96103
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#summarizer-errors",
97104
"level": 4,
98105
"title": "Errors",
99-
"number": "3.4.3"
106+
"number": "3.4.4"
100107
},
101108
{
102109
"id": "writer-api",
@@ -130,7 +137,7 @@
130137
"id": "supporting-results",
131138
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#supporting-results",
132139
"level": 3,
133-
"title": "Obtaining results",
140+
"title": "Obtaining results and usage",
134141
"number": "6.2"
135142
},
136143
{
@@ -147,12 +154,19 @@
147154
"title": "Availability",
148155
"number": "6.4"
149156
},
157+
{
158+
"id": "supporting-errors",
159+
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#supporting-errors",
160+
"level": 3,
161+
"title": "Errors",
162+
"number": "6.5"
163+
},
150164
{
151165
"id": "supporting-task-source",
152166
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#supporting-task-source",
153167
"level": 3,
154168
"title": "Task source",
155-
"number": "6.5"
169+
"number": "6.6"
156170
},
157171
{
158172
"id": "index",

ed/idl/writing-assistance-apis.idl

+18
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ interface AISummarizer {
5757
readonly attribute FrozenArray<DOMString>? expectedInputLanguages;
5858
readonly attribute FrozenArray<DOMString>? expectedContextLanguages;
5959
readonly attribute DOMString? outputLanguage;
60+
61+
Promise<double> measureInputUsage(
62+
DOMString input,
63+
optional AISummarizerSummarizeOptions options = {}
64+
);
65+
readonly attribute unrestricted double inputQuota;
6066
};
6167
AISummarizer includes AIDestroyable;
6268

@@ -105,6 +111,12 @@ interface AIWriter {
105111
readonly attribute FrozenArray<DOMString>? expectedInputLanguages;
106112
readonly attribute FrozenArray<DOMString>? expectedContextLanguages;
107113
readonly attribute DOMString? outputLanguage;
114+
115+
Promise<double> measureInputUsage(
116+
DOMString input,
117+
optional AIWriterWriteOptions options = {}
118+
);
119+
readonly attribute unrestricted double inputQuota;
108120
};
109121
AIWriter includes AIDestroyable;
110122

@@ -153,6 +165,12 @@ interface AIRewriter {
153165
readonly attribute FrozenArray<DOMString>? expectedInputLanguages;
154166
readonly attribute FrozenArray<DOMString>? expectedContextLanguages;
155167
readonly attribute DOMString? outputLanguage;
168+
169+
Promise<double> measureInputUsage(
170+
DOMString input,
171+
optional AIRewriterRewriteOptions options = {}
172+
);
173+
readonly attribute unrestricted double inputQuota;
156174
};
157175
AIRewriter includes AIDestroyable;
158176

ed/ids/writing-assistance-apis.json

+327-174
Large diffs are not rendered by default.

ed/index.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-03-07T00:57:23.894Z",
4+
"date": "2025-03-07T06:42:47.831Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -10550,11 +10550,11 @@
1055010550
],
1055110551
"crawled": "https://webmachinelearning.github.io/writing-assistance-apis/",
1055210552
"crawlCacheInfo": {
10553-
"lastModified": "Wed, 26 Feb 2025 05:05:43 GMT"
10553+
"lastModified": "Fri, 07 Mar 2025 05:30:37 GMT"
1055410554
},
1055510555
"generator": "bikeshed",
10556-
"date": "26 February 2025",
10557-
"revision": "45d5677beaec6f81c963df7bfd81f941e4b15119",
10556+
"date": "7 March 2025",
10557+
"revision": "d46993d768b402fe9b0b2c8684d95362020daf9a",
1055810558
"algorithms": "algorithms/writing-assistance-apis.json",
1055910559
"links": "links/writing-assistance-apis.json",
1056010560
"refs": "refs/writing-assistance-apis.json",

ed/links/writing-assistance-apis.json

+21-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
"links": {
77
"rawlinks": {
88
"http://www.w3.org/community/": {},
9+
"https://arxiv.org/abs/2404.08335": {},
910
"https://dom.spec.whatwg.org/": {},
11+
"https://drafts.csswg.org/css-values-4/": {},
1012
"https://github.com/webmachinelearning/writing-assistance-apis/blob/main/README.md": {},
13+
"https://github.com/whatwg/webidl/pull/1465": {},
1114
"https://github.com/whatwg/xhr/pull/394": {},
1215
"https://html.spec.whatwg.org/multipage/": {},
1316
"https://infra.spec.whatwg.org/": {},
@@ -37,6 +40,11 @@
3740
"abortsignal-add"
3841
]
3942
},
43+
"https://drafts.csswg.org/css-values-4/": {
44+
"anchors": [
45+
"number"
46+
]
47+
},
4048
"https://html.spec.whatwg.org/multipage/document-sequences.html": {
4149
"anchors": [
4250
"fully-active"
@@ -73,6 +81,7 @@
7381
"anchors": [
7482
"map-exists",
7583
"assert",
84+
"implementation-defined",
7685
"list-is-empty",
7786
"ordered-set",
7887
"ordered-map",
@@ -83,7 +92,7 @@
8392
"struct-item",
8493
"map-getting-the-keys",
8594
"string",
86-
"implementation-defined",
95+
"string-length",
8796
"abort-when",
8897
"if-aborted",
8998
"set-append",
@@ -146,10 +155,13 @@
146155
"idl-promise",
147156
"idl-DOMString",
148157
"idl-frozen-array",
158+
"idl-double",
159+
"idl-unrestricted-double",
149160
"idl-sequence",
150161
"a-promise-rejected-with",
151162
"invalidstateerror",
152163
"exceptiondef-typeerror",
164+
"operationerror",
153165
"dfn-create-frozen-array",
154166
"a-new-promise",
155167
"reject",
@@ -159,12 +171,16 @@
159171
"notallowederror",
160172
"notreadableerror",
161173
"notsupportederror",
162-
"quotaexceedederror",
163174
"invoke-a-callback-function",
164175
"networkerror",
165-
"operationerror",
166-
"implements",
167-
"dfn-create-exception"
176+
"implements"
177+
]
178+
},
179+
"https://whatpr.org/webidl/1465.html": {
180+
"anchors": [
181+
"quotaexceedederror-requested",
182+
"quotaexceedederror-quota",
183+
"quotaexceedederror"
168184
]
169185
},
170186
"https://xhr.spec.whatwg.org/": {

ed/refs/writing-assistance-apis.json

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"name": "COMMONMARK",
1010
"url": "https://spec.commonmark.org/"
1111
},
12+
{
13+
"name": "CSS-VALUES-4",
14+
"url": "https://drafts.csswg.org/css-values-4/"
15+
},
1216
{
1317
"name": "DOM",
1418
"url": "https://dom.spec.whatwg.org/"

0 commit comments

Comments
 (0)