@webref/xref 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ed/dfns/css-nav-1.json +123 -123
- package/ed/dfns/css-syntax-3.json +14 -14
- package/ed/dfns/css-text-5.json +222 -0
- package/ed/dfns/css-values-5.json +22 -0
- package/ed/dfns/digital-credentials.json +23 -0
- package/ed/dfns/ecmascript.json +2 -2
- package/ed/dfns/html.json +40 -0
- package/ed/dfns/pointerevents4.json +25 -0
- package/ed/dfns/prompt-api.json +174 -0
- package/ed/dfns/selection-api.json +23 -0
- package/ed/dfns/soft-navigations.json +3 -3
- package/ed/dfns/wai-aria-1.2.json +26 -1
- package/ed/dfns/wai-aria-1.3.json +26 -1
- package/ed/dfns/webmcp.json +52 -145
- package/ed/dfns/webrtc-encoded-transform.json +83 -83
- package/ed/dfns/webtransport.json +20 -0
- package/ed/headings/WGSL.json +1 -1
- package/ed/headings/css-nav-1.json +47 -47
- package/ed/headings/css-syntax-3.json +2 -2
- package/ed/headings/css-text-5.json +165 -0
- package/ed/headings/digital-credentials.json +10 -0
- package/ed/headings/ecmascript.json +1 -1
- package/ed/headings/edit-context.json +0 -10
- package/ed/headings/json-ld11-api.json +20 -0
- package/ed/headings/local-network-access.json +7 -0
- package/ed/headings/prompt-api.json +1 -1
- package/ed/headings/rdf12-n-quads.json +2 -2
- package/ed/headings/rdf12-n-triples.json +2 -2
- package/ed/headings/rdf12-trig.json +2 -2
- package/ed/headings/rdf12-turtle.json +2 -2
- package/ed/headings/rdf12-xml.json +2 -2
- package/ed/headings/sparql12-query.json +2 -2
- package/ed/headings/sparql12-update.json +2 -2
- package/ed/headings/vc-data-model-2.1.json +72 -72
- package/ed/headings/vc-jose-cose.json +70 -70
- package/ed/headings/webgpu.json +1 -1
- package/ed/headings/webmcp.json +0 -7
- package/package.json +1 -1
- package/specs.json +133 -95
- package/tr/dfns/digital-credentials.json +23 -0
- package/tr/dfns/pointerevents4.json +25 -0
- package/tr/dfns/selection-api.json +23 -0
- package/tr/dfns/webrtc-encoded-transform.json +83 -83
- package/tr/headings/digital-credentials.json +10 -0
- package/tr/headings/edit-context.json +0 -10
- package/tr/headings/rdf12-n-quads.json +2 -2
- package/tr/headings/rdf12-n-triples.json +2 -2
- package/tr/headings/rdf12-trig.json +2 -2
- package/tr/headings/rdf12-turtle.json +2 -2
- package/tr/headings/rdf12-xml.json +2 -2
- package/tr/headings/sparql12-query.json +2 -2
- package/tr/headings/sparql12-update.json +2 -2
package/ed/dfns/prompt-api.json
CHANGED
|
@@ -322,6 +322,28 @@
|
|
|
322
322
|
"definedIn": "pre",
|
|
323
323
|
"links": []
|
|
324
324
|
},
|
|
325
|
+
{
|
|
326
|
+
"id": "dom-languagemodel-samplingmode",
|
|
327
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-samplingmode",
|
|
328
|
+
"linkingText": [
|
|
329
|
+
"samplingMode"
|
|
330
|
+
],
|
|
331
|
+
"localLinkingText": [],
|
|
332
|
+
"type": "attribute",
|
|
333
|
+
"for": [
|
|
334
|
+
"LanguageModel"
|
|
335
|
+
],
|
|
336
|
+
"access": "public",
|
|
337
|
+
"informative": false,
|
|
338
|
+
"heading": {
|
|
339
|
+
"id": "api",
|
|
340
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
341
|
+
"title": "The API",
|
|
342
|
+
"number": "3"
|
|
343
|
+
},
|
|
344
|
+
"definedIn": "pre",
|
|
345
|
+
"links": []
|
|
346
|
+
},
|
|
325
347
|
{
|
|
326
348
|
"id": "dom-languagemodel-clone-options-options",
|
|
327
349
|
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-clone-options-options",
|
|
@@ -667,6 +689,28 @@
|
|
|
667
689
|
"definedIn": "pre",
|
|
668
690
|
"links": []
|
|
669
691
|
},
|
|
692
|
+
{
|
|
693
|
+
"id": "dom-languagemodelcreatecoreoptions-samplingmode",
|
|
694
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelcreatecoreoptions-samplingmode",
|
|
695
|
+
"linkingText": [
|
|
696
|
+
"samplingMode"
|
|
697
|
+
],
|
|
698
|
+
"localLinkingText": [],
|
|
699
|
+
"type": "dict-member",
|
|
700
|
+
"for": [
|
|
701
|
+
"LanguageModelCreateCoreOptions"
|
|
702
|
+
],
|
|
703
|
+
"access": "public",
|
|
704
|
+
"informative": false,
|
|
705
|
+
"heading": {
|
|
706
|
+
"id": "api",
|
|
707
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
708
|
+
"title": "The API",
|
|
709
|
+
"number": "3"
|
|
710
|
+
},
|
|
711
|
+
"definedIn": "pre",
|
|
712
|
+
"links": []
|
|
713
|
+
},
|
|
670
714
|
{
|
|
671
715
|
"id": "dom-languagemodelcreatecoreoptions-expectedinputs",
|
|
672
716
|
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelcreatecoreoptions-expectedinputs",
|
|
@@ -1223,6 +1267,136 @@
|
|
|
1223
1267
|
"definedIn": "pre",
|
|
1224
1268
|
"links": []
|
|
1225
1269
|
},
|
|
1270
|
+
{
|
|
1271
|
+
"id": "enumdef-languagemodelsamplingmode",
|
|
1272
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#enumdef-languagemodelsamplingmode",
|
|
1273
|
+
"linkingText": [
|
|
1274
|
+
"LanguageModelSamplingMode"
|
|
1275
|
+
],
|
|
1276
|
+
"localLinkingText": [],
|
|
1277
|
+
"type": "enum",
|
|
1278
|
+
"for": [],
|
|
1279
|
+
"access": "public",
|
|
1280
|
+
"informative": false,
|
|
1281
|
+
"heading": {
|
|
1282
|
+
"id": "api",
|
|
1283
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
1284
|
+
"title": "The API",
|
|
1285
|
+
"number": "3"
|
|
1286
|
+
},
|
|
1287
|
+
"definedIn": "pre",
|
|
1288
|
+
"links": []
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"id": "dom-languagemodelsamplingmode-most-predictable",
|
|
1292
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelsamplingmode-most-predictable",
|
|
1293
|
+
"linkingText": [
|
|
1294
|
+
"\"most-predictable\""
|
|
1295
|
+
],
|
|
1296
|
+
"localLinkingText": [],
|
|
1297
|
+
"type": "enum-value",
|
|
1298
|
+
"for": [
|
|
1299
|
+
"LanguageModelSamplingMode"
|
|
1300
|
+
],
|
|
1301
|
+
"access": "public",
|
|
1302
|
+
"informative": false,
|
|
1303
|
+
"heading": {
|
|
1304
|
+
"id": "api",
|
|
1305
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
1306
|
+
"title": "The API",
|
|
1307
|
+
"number": "3"
|
|
1308
|
+
},
|
|
1309
|
+
"definedIn": "pre",
|
|
1310
|
+
"links": []
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"id": "dom-languagemodelsamplingmode-predictable",
|
|
1314
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelsamplingmode-predictable",
|
|
1315
|
+
"linkingText": [
|
|
1316
|
+
"\"predictable\""
|
|
1317
|
+
],
|
|
1318
|
+
"localLinkingText": [],
|
|
1319
|
+
"type": "enum-value",
|
|
1320
|
+
"for": [
|
|
1321
|
+
"LanguageModelSamplingMode"
|
|
1322
|
+
],
|
|
1323
|
+
"access": "public",
|
|
1324
|
+
"informative": false,
|
|
1325
|
+
"heading": {
|
|
1326
|
+
"id": "api",
|
|
1327
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
1328
|
+
"title": "The API",
|
|
1329
|
+
"number": "3"
|
|
1330
|
+
},
|
|
1331
|
+
"definedIn": "pre",
|
|
1332
|
+
"links": []
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"id": "dom-languagemodelsamplingmode-balanced",
|
|
1336
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelsamplingmode-balanced",
|
|
1337
|
+
"linkingText": [
|
|
1338
|
+
"\"balanced\""
|
|
1339
|
+
],
|
|
1340
|
+
"localLinkingText": [],
|
|
1341
|
+
"type": "enum-value",
|
|
1342
|
+
"for": [
|
|
1343
|
+
"LanguageModelSamplingMode"
|
|
1344
|
+
],
|
|
1345
|
+
"access": "public",
|
|
1346
|
+
"informative": false,
|
|
1347
|
+
"heading": {
|
|
1348
|
+
"id": "api",
|
|
1349
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
1350
|
+
"title": "The API",
|
|
1351
|
+
"number": "3"
|
|
1352
|
+
},
|
|
1353
|
+
"definedIn": "pre",
|
|
1354
|
+
"links": []
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"id": "dom-languagemodelsamplingmode-creative",
|
|
1358
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelsamplingmode-creative",
|
|
1359
|
+
"linkingText": [
|
|
1360
|
+
"\"creative\""
|
|
1361
|
+
],
|
|
1362
|
+
"localLinkingText": [],
|
|
1363
|
+
"type": "enum-value",
|
|
1364
|
+
"for": [
|
|
1365
|
+
"LanguageModelSamplingMode"
|
|
1366
|
+
],
|
|
1367
|
+
"access": "public",
|
|
1368
|
+
"informative": false,
|
|
1369
|
+
"heading": {
|
|
1370
|
+
"id": "api",
|
|
1371
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
1372
|
+
"title": "The API",
|
|
1373
|
+
"number": "3"
|
|
1374
|
+
},
|
|
1375
|
+
"definedIn": "pre",
|
|
1376
|
+
"links": []
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": "dom-languagemodelsamplingmode-most-creative",
|
|
1380
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodelsamplingmode-most-creative",
|
|
1381
|
+
"linkingText": [
|
|
1382
|
+
"\"most-creative\""
|
|
1383
|
+
],
|
|
1384
|
+
"localLinkingText": [],
|
|
1385
|
+
"type": "enum-value",
|
|
1386
|
+
"for": [
|
|
1387
|
+
"LanguageModelSamplingMode"
|
|
1388
|
+
],
|
|
1389
|
+
"access": "public",
|
|
1390
|
+
"informative": false,
|
|
1391
|
+
"heading": {
|
|
1392
|
+
"id": "api",
|
|
1393
|
+
"href": "https://webmachinelearning.github.io/prompt-api/#api",
|
|
1394
|
+
"title": "The API",
|
|
1395
|
+
"number": "3"
|
|
1396
|
+
},
|
|
1397
|
+
"definedIn": "pre",
|
|
1398
|
+
"links": []
|
|
1399
|
+
},
|
|
1226
1400
|
{
|
|
1227
1401
|
"id": "enumdef-languagemodelmessagerole",
|
|
1228
1402
|
"href": "https://webmachinelearning.github.io/prompt-api/#enumdef-languagemodelmessagerole",
|
|
@@ -919,6 +919,29 @@
|
|
|
919
919
|
"definedIn": "dt",
|
|
920
920
|
"links": []
|
|
921
921
|
},
|
|
922
|
+
{
|
|
923
|
+
"id": "dfn-resolved-text-direction",
|
|
924
|
+
"href": "https://w3c.github.io/selection-api/#dfn-resolved-text-direction",
|
|
925
|
+
"linkingText": [
|
|
926
|
+
"resolved text direction"
|
|
927
|
+
],
|
|
928
|
+
"localLinkingText": [],
|
|
929
|
+
"type": "dfn",
|
|
930
|
+
"for": [],
|
|
931
|
+
"access": "private",
|
|
932
|
+
"informative": false,
|
|
933
|
+
"heading": {
|
|
934
|
+
"id": "selection-interface",
|
|
935
|
+
"href": "https://w3c.github.io/selection-api/#selection-interface",
|
|
936
|
+
"title": "Selection interface",
|
|
937
|
+
"alternateIds": [
|
|
938
|
+
"x3-selection-interface"
|
|
939
|
+
],
|
|
940
|
+
"number": "3"
|
|
941
|
+
},
|
|
942
|
+
"definedIn": "prose",
|
|
943
|
+
"links": []
|
|
944
|
+
},
|
|
922
945
|
{
|
|
923
946
|
"id": "dom-selection-deletefromdocument",
|
|
924
947
|
"href": "https://w3c.github.io/selection-api/#dom-selection-deletefromdocument",
|
|
@@ -505,10 +505,10 @@
|
|
|
505
505
|
"links": []
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
|
-
"id": "get-the-context-for-an-interaction",
|
|
509
|
-
"href": "https://wicg.github.io/soft-navigations/#get-the-context-for-an-interaction",
|
|
508
|
+
"id": "get-or-create-the-context-for-an-interaction",
|
|
509
|
+
"href": "https://wicg.github.io/soft-navigations/#get-or-create-the-context-for-an-interaction",
|
|
510
510
|
"linkingText": [
|
|
511
|
-
"get the context for an interaction"
|
|
511
|
+
"get or create the context for an interaction"
|
|
512
512
|
],
|
|
513
513
|
"localLinkingText": [],
|
|
514
514
|
"type": "dfn",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"localLinkingText": [],
|
|
601
601
|
"type": "dfn",
|
|
602
602
|
"for": [],
|
|
603
|
-
"access": "
|
|
603
|
+
"access": "private",
|
|
604
604
|
"informative": true,
|
|
605
605
|
"heading": {
|
|
606
606
|
"id": "terms",
|
|
@@ -921,6 +921,31 @@
|
|
|
921
921
|
"definedIn": "prose",
|
|
922
922
|
"links": []
|
|
923
923
|
},
|
|
924
|
+
{
|
|
925
|
+
"id": "attr-role",
|
|
926
|
+
"href": "https://w3c.github.io/aria/#attr-role",
|
|
927
|
+
"linkingText": [
|
|
928
|
+
"role",
|
|
929
|
+
"role attribute",
|
|
930
|
+
"Role Attribute"
|
|
931
|
+
],
|
|
932
|
+
"localLinkingText": [],
|
|
933
|
+
"type": "element-attr",
|
|
934
|
+
"for": [],
|
|
935
|
+
"access": "public",
|
|
936
|
+
"informative": false,
|
|
937
|
+
"heading": {
|
|
938
|
+
"id": "host_general_role",
|
|
939
|
+
"href": "https://w3c.github.io/aria/#host_general_role",
|
|
940
|
+
"title": "Role Attribute",
|
|
941
|
+
"alternateIds": [
|
|
942
|
+
"x8-1-role-attribute"
|
|
943
|
+
],
|
|
944
|
+
"number": "8.1"
|
|
945
|
+
},
|
|
946
|
+
"definedIn": "prose",
|
|
947
|
+
"links": []
|
|
948
|
+
},
|
|
924
949
|
{
|
|
925
950
|
"id": "dom-ariamixin",
|
|
926
951
|
"href": "https://w3c.github.io/aria/#dom-ariamixin",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"localLinkingText": [],
|
|
601
601
|
"type": "dfn",
|
|
602
602
|
"for": [],
|
|
603
|
-
"access": "
|
|
603
|
+
"access": "private",
|
|
604
604
|
"informative": true,
|
|
605
605
|
"heading": {
|
|
606
606
|
"id": "terms",
|
|
@@ -921,6 +921,31 @@
|
|
|
921
921
|
"definedIn": "prose",
|
|
922
922
|
"links": []
|
|
923
923
|
},
|
|
924
|
+
{
|
|
925
|
+
"id": "attr-role",
|
|
926
|
+
"href": "https://w3c.github.io/aria/#attr-role",
|
|
927
|
+
"linkingText": [
|
|
928
|
+
"role",
|
|
929
|
+
"role attribute",
|
|
930
|
+
"Role Attribute"
|
|
931
|
+
],
|
|
932
|
+
"localLinkingText": [],
|
|
933
|
+
"type": "element-attr",
|
|
934
|
+
"for": [],
|
|
935
|
+
"access": "public",
|
|
936
|
+
"informative": false,
|
|
937
|
+
"heading": {
|
|
938
|
+
"id": "host_general_role",
|
|
939
|
+
"href": "https://w3c.github.io/aria/#host_general_role",
|
|
940
|
+
"title": "Role Attribute",
|
|
941
|
+
"alternateIds": [
|
|
942
|
+
"x8-1-role-attribute"
|
|
943
|
+
],
|
|
944
|
+
"number": "8.1"
|
|
945
|
+
},
|
|
946
|
+
"definedIn": "prose",
|
|
947
|
+
"links": []
|
|
948
|
+
},
|
|
924
949
|
{
|
|
925
950
|
"id": "dom-ariamixin",
|
|
926
951
|
"href": "https://w3c.github.io/aria/#dom-ariamixin",
|
package/ed/dfns/webmcp.json
CHANGED
|
@@ -796,35 +796,15 @@
|
|
|
796
796
|
"links": []
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
|
-
"id": "
|
|
800
|
-
"href": "https://webmachinelearning.github.io/webmcp/#
|
|
801
|
-
"linkingText": [
|
|
802
|
-
"ToolExecuteCallback"
|
|
803
|
-
],
|
|
804
|
-
"localLinkingText": [],
|
|
805
|
-
"type": "callback",
|
|
806
|
-
"for": [],
|
|
807
|
-
"access": "public",
|
|
808
|
-
"informative": false,
|
|
809
|
-
"heading": {
|
|
810
|
-
"id": "model-context-tool",
|
|
811
|
-
"href": "https://webmachinelearning.github.io/webmcp/#model-context-tool",
|
|
812
|
-
"title": "ModelContextTool Dictionary",
|
|
813
|
-
"number": "4.2.1"
|
|
814
|
-
},
|
|
815
|
-
"definedIn": "pre",
|
|
816
|
-
"links": []
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"id": "dom-toolexecutecallback-input",
|
|
820
|
-
"href": "https://webmachinelearning.github.io/webmcp/#dom-toolexecutecallback-input",
|
|
799
|
+
"id": "dom-toolannotations-readonlyhint",
|
|
800
|
+
"href": "https://webmachinelearning.github.io/webmcp/#dom-toolannotations-readonlyhint",
|
|
821
801
|
"linkingText": [
|
|
822
|
-
"
|
|
802
|
+
"readOnlyHint"
|
|
823
803
|
],
|
|
824
804
|
"localLinkingText": [],
|
|
825
|
-
"type": "
|
|
805
|
+
"type": "dict-member",
|
|
826
806
|
"for": [
|
|
827
|
-
"
|
|
807
|
+
"ToolAnnotations"
|
|
828
808
|
],
|
|
829
809
|
"access": "public",
|
|
830
810
|
"informative": false,
|
|
@@ -835,18 +815,31 @@
|
|
|
835
815
|
"number": "4.2.1"
|
|
836
816
|
},
|
|
837
817
|
"definedIn": "pre",
|
|
838
|
-
"links": [
|
|
818
|
+
"links": [
|
|
819
|
+
{
|
|
820
|
+
"type": "dev",
|
|
821
|
+
"id": "ref-for-dom-toolannotations-readonlyhint①",
|
|
822
|
+
"name": "annotations[\"readOnlyHint\"]",
|
|
823
|
+
"href": "https://webmachinelearning.github.io/webmcp/#ref-for-dom-toolannotations-readonlyhint%E2%91%A0",
|
|
824
|
+
"heading": {
|
|
825
|
+
"id": "model-context-tool",
|
|
826
|
+
"href": "https://webmachinelearning.github.io/webmcp/#model-context-tool",
|
|
827
|
+
"title": "ModelContextTool Dictionary",
|
|
828
|
+
"number": "4.2.1"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
]
|
|
839
832
|
},
|
|
840
833
|
{
|
|
841
|
-
"id": "dom-
|
|
842
|
-
"href": "https://webmachinelearning.github.io/webmcp/#dom-
|
|
834
|
+
"id": "dom-toolannotations-untrustedcontenthint",
|
|
835
|
+
"href": "https://webmachinelearning.github.io/webmcp/#dom-toolannotations-untrustedcontenthint",
|
|
843
836
|
"linkingText": [
|
|
844
|
-
"
|
|
837
|
+
"untrustedContentHint"
|
|
845
838
|
],
|
|
846
839
|
"localLinkingText": [],
|
|
847
|
-
"type": "
|
|
840
|
+
"type": "dict-member",
|
|
848
841
|
"for": [
|
|
849
|
-
"
|
|
842
|
+
"ToolAnnotations"
|
|
850
843
|
],
|
|
851
844
|
"access": "public",
|
|
852
845
|
"informative": false,
|
|
@@ -857,19 +850,30 @@
|
|
|
857
850
|
"number": "4.2.1"
|
|
858
851
|
},
|
|
859
852
|
"definedIn": "pre",
|
|
860
|
-
"links": [
|
|
853
|
+
"links": [
|
|
854
|
+
{
|
|
855
|
+
"type": "dev",
|
|
856
|
+
"id": "ref-for-dom-toolannotations-untrustedcontenthint①",
|
|
857
|
+
"name": "annotations[\"untrustedContentHint\"]",
|
|
858
|
+
"href": "https://webmachinelearning.github.io/webmcp/#ref-for-dom-toolannotations-untrustedcontenthint%E2%91%A0",
|
|
859
|
+
"heading": {
|
|
860
|
+
"id": "model-context-tool",
|
|
861
|
+
"href": "https://webmachinelearning.github.io/webmcp/#model-context-tool",
|
|
862
|
+
"title": "ModelContextTool Dictionary",
|
|
863
|
+
"number": "4.2.1"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
]
|
|
861
867
|
},
|
|
862
868
|
{
|
|
863
|
-
"id": "
|
|
864
|
-
"href": "https://webmachinelearning.github.io/webmcp/#
|
|
869
|
+
"id": "callbackdef-toolexecutecallback",
|
|
870
|
+
"href": "https://webmachinelearning.github.io/webmcp/#callbackdef-toolexecutecallback",
|
|
865
871
|
"linkingText": [
|
|
866
|
-
"
|
|
872
|
+
"ToolExecuteCallback"
|
|
867
873
|
],
|
|
868
874
|
"localLinkingText": [],
|
|
869
|
-
"type": "
|
|
870
|
-
"for": [
|
|
871
|
-
"ToolAnnotations"
|
|
872
|
-
],
|
|
875
|
+
"type": "callback",
|
|
876
|
+
"for": [],
|
|
873
877
|
"access": "public",
|
|
874
878
|
"informative": false,
|
|
875
879
|
"heading": {
|
|
@@ -878,19 +882,19 @@
|
|
|
878
882
|
"title": "ModelContextTool Dictionary",
|
|
879
883
|
"number": "4.2.1"
|
|
880
884
|
},
|
|
881
|
-
"definedIn": "
|
|
885
|
+
"definedIn": "pre",
|
|
882
886
|
"links": []
|
|
883
887
|
},
|
|
884
888
|
{
|
|
885
|
-
"id": "dom-
|
|
886
|
-
"href": "https://webmachinelearning.github.io/webmcp/#dom-
|
|
889
|
+
"id": "dom-toolexecutecallback-input",
|
|
890
|
+
"href": "https://webmachinelearning.github.io/webmcp/#dom-toolexecutecallback-input",
|
|
887
891
|
"linkingText": [
|
|
888
|
-
"
|
|
892
|
+
"input"
|
|
889
893
|
],
|
|
890
894
|
"localLinkingText": [],
|
|
891
|
-
"type": "
|
|
895
|
+
"type": "argument",
|
|
892
896
|
"for": [
|
|
893
|
-
"
|
|
897
|
+
"ToolExecuteCallback"
|
|
894
898
|
],
|
|
895
899
|
"access": "public",
|
|
896
900
|
"informative": false,
|
|
@@ -900,7 +904,7 @@
|
|
|
900
904
|
"title": "ModelContextTool Dictionary",
|
|
901
905
|
"number": "4.2.1"
|
|
902
906
|
},
|
|
903
|
-
"definedIn": "
|
|
907
|
+
"definedIn": "pre",
|
|
904
908
|
"links": []
|
|
905
909
|
},
|
|
906
910
|
{
|
|
@@ -947,7 +951,7 @@
|
|
|
947
951
|
{
|
|
948
952
|
"type": "dev",
|
|
949
953
|
"id": "ref-for-dom-modelcontextregistertooloptions-signal①",
|
|
950
|
-
"name": "
|
|
954
|
+
"name": "options[\"signal\"]",
|
|
951
955
|
"href": "https://webmachinelearning.github.io/webmcp/#ref-for-dom-modelcontextregistertooloptions-signal%E2%91%A0",
|
|
952
956
|
"heading": {
|
|
953
957
|
"id": "model-context-register-tool-options",
|
|
@@ -982,7 +986,7 @@
|
|
|
982
986
|
{
|
|
983
987
|
"type": "dev",
|
|
984
988
|
"id": "ref-for-dom-modelcontextregistertooloptions-exposedto②",
|
|
985
|
-
"name": "
|
|
989
|
+
"name": "options[\"exposedTo\"]",
|
|
986
990
|
"href": "https://webmachinelearning.github.io/webmcp/#ref-for-dom-modelcontextregistertooloptions-exposedto%E2%91%A1",
|
|
987
991
|
"heading": {
|
|
988
992
|
"id": "model-context-register-tool-options",
|
|
@@ -993,103 +997,6 @@
|
|
|
993
997
|
}
|
|
994
998
|
]
|
|
995
999
|
},
|
|
996
|
-
{
|
|
997
|
-
"id": "modelcontextclient",
|
|
998
|
-
"href": "https://webmachinelearning.github.io/webmcp/#modelcontextclient",
|
|
999
|
-
"linkingText": [
|
|
1000
|
-
"ModelContextClient"
|
|
1001
|
-
],
|
|
1002
|
-
"localLinkingText": [],
|
|
1003
|
-
"type": "interface",
|
|
1004
|
-
"for": [],
|
|
1005
|
-
"access": "public",
|
|
1006
|
-
"informative": false,
|
|
1007
|
-
"heading": {
|
|
1008
|
-
"id": "model-context-client",
|
|
1009
|
-
"href": "https://webmachinelearning.github.io/webmcp/#model-context-client",
|
|
1010
|
-
"title": "ModelContextClient Interface",
|
|
1011
|
-
"number": "4.2.3"
|
|
1012
|
-
},
|
|
1013
|
-
"definedIn": "pre",
|
|
1014
|
-
"links": []
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"id": "dom-modelcontextclient-requestuserinteraction-callback-callback",
|
|
1018
|
-
"href": "https://webmachinelearning.github.io/webmcp/#dom-modelcontextclient-requestuserinteraction-callback-callback",
|
|
1019
|
-
"linkingText": [
|
|
1020
|
-
"callback"
|
|
1021
|
-
],
|
|
1022
|
-
"localLinkingText": [],
|
|
1023
|
-
"type": "argument",
|
|
1024
|
-
"for": [
|
|
1025
|
-
"ModelContextClient/requestUserInteraction(callback)"
|
|
1026
|
-
],
|
|
1027
|
-
"access": "public",
|
|
1028
|
-
"informative": false,
|
|
1029
|
-
"heading": {
|
|
1030
|
-
"id": "model-context-client",
|
|
1031
|
-
"href": "https://webmachinelearning.github.io/webmcp/#model-context-client",
|
|
1032
|
-
"title": "ModelContextClient Interface",
|
|
1033
|
-
"number": "4.2.3"
|
|
1034
|
-
},
|
|
1035
|
-
"definedIn": "pre",
|
|
1036
|
-
"links": []
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"id": "callbackdef-userinteractioncallback",
|
|
1040
|
-
"href": "https://webmachinelearning.github.io/webmcp/#callbackdef-userinteractioncallback",
|
|
1041
|
-
"linkingText": [
|
|
1042
|
-
"UserInteractionCallback"
|
|
1043
|
-
],
|
|
1044
|
-
"localLinkingText": [],
|
|
1045
|
-
"type": "callback",
|
|
1046
|
-
"for": [],
|
|
1047
|
-
"access": "public",
|
|
1048
|
-
"informative": false,
|
|
1049
|
-
"heading": {
|
|
1050
|
-
"id": "model-context-client",
|
|
1051
|
-
"href": "https://webmachinelearning.github.io/webmcp/#model-context-client",
|
|
1052
|
-
"title": "ModelContextClient Interface",
|
|
1053
|
-
"number": "4.2.3"
|
|
1054
|
-
},
|
|
1055
|
-
"definedIn": "pre",
|
|
1056
|
-
"links": []
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"id": "dom-modelcontextclient-requestuserinteraction",
|
|
1060
|
-
"href": "https://webmachinelearning.github.io/webmcp/#dom-modelcontextclient-requestuserinteraction",
|
|
1061
|
-
"linkingText": [
|
|
1062
|
-
"requestUserInteraction(callback)"
|
|
1063
|
-
],
|
|
1064
|
-
"localLinkingText": [],
|
|
1065
|
-
"type": "method",
|
|
1066
|
-
"for": [
|
|
1067
|
-
"ModelContextClient"
|
|
1068
|
-
],
|
|
1069
|
-
"access": "public",
|
|
1070
|
-
"informative": false,
|
|
1071
|
-
"heading": {
|
|
1072
|
-
"id": "model-context-client",
|
|
1073
|
-
"href": "https://webmachinelearning.github.io/webmcp/#model-context-client",
|
|
1074
|
-
"title": "ModelContextClient Interface",
|
|
1075
|
-
"number": "4.2.3"
|
|
1076
|
-
},
|
|
1077
|
-
"definedIn": "prose",
|
|
1078
|
-
"links": [
|
|
1079
|
-
{
|
|
1080
|
-
"type": "dev",
|
|
1081
|
-
"id": "ref-for-dom-modelcontextclient-requestuserinteraction①",
|
|
1082
|
-
"name": "client.requestUserInteraction(callback)",
|
|
1083
|
-
"href": "https://webmachinelearning.github.io/webmcp/#ref-for-dom-modelcontextclient-requestuserinteraction%E2%91%A0",
|
|
1084
|
-
"heading": {
|
|
1085
|
-
"id": "model-context-client",
|
|
1086
|
-
"href": "https://webmachinelearning.github.io/webmcp/#model-context-client",
|
|
1087
|
-
"title": "ModelContextClient Interface",
|
|
1088
|
-
"number": "4.2.3"
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
]
|
|
1092
|
-
},
|
|
1093
1000
|
{
|
|
1094
1001
|
"id": "synthesize-a-declarative-json-schema-object-algorithm",
|
|
1095
1002
|
"href": "https://webmachinelearning.github.io/webmcp/#synthesize-a-declarative-json-schema-object-algorithm",
|