|
122 | 122 | "description": "Optional capabilities supported by the agent."
|
123 | 123 | },
|
124 | 124 | "defaultInputModes": {
|
125 |
| - "description": "The set of interaction modes that the agent\nsupports across all skills. This can be overridden per-skill.\nSupported mime types for input.", |
| 125 | + "description": "The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.\nSupported mime types for input.", |
126 | 126 | "items": {
|
127 | 127 | "type": "string"
|
128 | 128 | },
|
|
221 | 221 | "description": "Represents a unit of capability that an agent can perform.",
|
222 | 222 | "properties": {
|
223 | 223 | "description": {
|
224 |
| - "description": "Description of the skill - will be used by the client or a human\nas a hint to understand what the skill does.", |
| 224 | + "description": "Description of the skill - will be used by the client or a human \nas a hint to understand what the skill does.", |
225 | 225 | "type": "string"
|
226 | 226 | },
|
227 | 227 | "examples": {
|
228 |
| - "description": "The set of example scenarios that the skill can perform.\nWill be used by the client as a hint to understand how the skill can be\nused.", |
| 228 | + "description": "The set of example scenarios that the skill can perform.\nWill be used by the client as a hint to understand how the skill can be used.", |
229 | 229 | "items": {
|
230 | 230 | "type": "string"
|
231 | 231 | },
|
|
254 | 254 | "type": "array"
|
255 | 255 | },
|
256 | 256 | "tags": {
|
257 |
| - "description": "Set of tagwords describing classes of capabilities for this specific\nskill.", |
| 257 | + "description": "Set of tagwords describing classes of capabilities for this specific skill.", |
258 | 258 | "items": {
|
259 | 259 | "type": "string"
|
260 | 260 | },
|
|
307 | 307 | "description": "Configuration details for a supported OAuth Flow",
|
308 | 308 | "properties": {
|
309 | 309 | "authorizationUrl": {
|
310 |
| - "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\nstandard requires the use of TLS", |
| 310 | + "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 \nstandard requires the use of TLS", |
311 | 311 | "type": "string"
|
312 | 312 | },
|
313 | 313 | "refreshUrl": {
|
314 |
| - "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\nstandard requires the use of TLS.", |
| 314 | + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 \nstandard requires the use of TLS.", |
315 | 315 | "type": "string"
|
316 | 316 | },
|
317 | 317 | "scopes": {
|
318 | 318 | "additionalProperties": {
|
319 | 319 | "type": "string"
|
320 | 320 | },
|
321 |
| - "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\ndescription for it. The map MAY be empty.", |
| 321 | + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short \ndescription for it. The map MAY be empty.", |
322 | 322 | "type": "object"
|
323 | 323 | },
|
324 | 324 | "tokenUrl": {
|
325 |
| - "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\nrequires the use of TLS.", |
| 325 | + "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard \nrequires the use of TLS.", |
326 | 326 | "type": "string"
|
327 | 327 | }
|
328 | 328 | },
|
|
337 | 337 | "description": "JSON-RPC request model for the 'tasks/cancel' method.",
|
338 | 338 | "properties": {
|
339 | 339 | "id": {
|
340 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 340 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
341 | 341 | "type": [
|
342 | 342 | "string",
|
343 | 343 | "integer"
|
|
380 | 380 | "description": "JSON-RPC success response model for the 'tasks/cancel' method.",
|
381 | 381 | "properties": {
|
382 | 382 | "id": {
|
383 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 383 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
384 | 384 | "type": [
|
385 | 385 | "string",
|
386 | 386 | "integer"
|
|
406 | 406 | "description": "Configuration details for a supported OAuth Flow",
|
407 | 407 | "properties": {
|
408 | 408 | "refreshUrl": {
|
409 |
| - "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\nstandard requires the use of TLS.", |
| 409 | + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 \nstandard requires the use of TLS.", |
410 | 410 | "type": "string"
|
411 | 411 | },
|
412 | 412 | "scopes": {
|
413 | 413 | "additionalProperties": {
|
414 | 414 | "type": "string"
|
415 | 415 | },
|
416 |
| - "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\ndescription for it. The map MAY be empty.", |
| 416 | + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short \ndescription for it. The map MAY be empty.", |
417 | 417 | "type": "object"
|
418 | 418 | },
|
419 | 419 | "tokenUrl": {
|
420 |
| - "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\nrequires the use of TLS.", |
| 420 | + "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard \nrequires the use of TLS.", |
421 | 421 | "type": "string"
|
422 | 422 | }
|
423 | 423 | },
|
|
566 | 566 | "description": "JSON-RPC request model for the 'tasks/pushNotificationConfig/get' method.",
|
567 | 567 | "properties": {
|
568 | 568 | "id": {
|
569 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 569 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
570 | 570 | "type": [
|
571 | 571 | "string",
|
572 | 572 | "integer"
|
|
609 | 609 | "description": "JSON-RPC success response model for the 'tasks/pushNotificationConfig/get' method.",
|
610 | 610 | "properties": {
|
611 | 611 | "id": {
|
612 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 612 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
613 | 613 | "type": [
|
614 | 614 | "string",
|
615 | 615 | "integer"
|
|
635 | 635 | "description": "JSON-RPC request model for the 'tasks/get' method.",
|
636 | 636 | "properties": {
|
637 | 637 | "id": {
|
638 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 638 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
639 | 639 | "type": [
|
640 | 640 | "string",
|
641 | 641 | "integer"
|
|
678 | 678 | "description": "JSON-RPC success response for the 'tasks/get' method.",
|
679 | 679 | "properties": {
|
680 | 680 | "id": {
|
681 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 681 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
682 | 682 | "type": [
|
683 | 683 | "string",
|
684 | 684 | "integer"
|
|
704 | 704 | "description": "HTTP Authentication security scheme.",
|
705 | 705 | "properties": {
|
706 | 706 | "bearerFormat": {
|
707 |
| - "description": "A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually\ngenerated by an authorization server, so this information is primarily for documentation\npurposes.", |
| 707 | + "description": "A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually \ngenerated by an authorization server, so this information is primarily for documentation \npurposes.", |
708 | 708 | "type": "string"
|
709 | 709 | },
|
710 | 710 | "description": {
|
|
730 | 730 | "description": "Configuration details for a supported OAuth Flow",
|
731 | 731 | "properties": {
|
732 | 732 | "authorizationUrl": {
|
733 |
| - "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\nstandard requires the use of TLS", |
| 733 | + "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 \nstandard requires the use of TLS", |
734 | 734 | "type": "string"
|
735 | 735 | },
|
736 | 736 | "refreshUrl": {
|
737 |
| - "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\nstandard requires the use of TLS.", |
| 737 | + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 \nstandard requires the use of TLS.", |
738 | 738 | "type": "string"
|
739 | 739 | },
|
740 | 740 | "scopes": {
|
741 | 741 | "additionalProperties": {
|
742 | 742 | "type": "string"
|
743 | 743 | },
|
744 |
| - "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\ndescription for it. The map MAY be empty.", |
| 744 | + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short \ndescription for it. The map MAY be empty.", |
745 | 745 | "type": "object"
|
746 | 746 | }
|
747 | 747 | },
|
|
931 | 931 | ]
|
932 | 932 | },
|
933 | 933 | "id": {
|
934 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 934 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
935 | 935 | "type": [
|
936 | 936 | "string",
|
937 | 937 | "integer"
|
|
953 | 953 | "description": "Base interface for any JSON-RPC 2.0 request or response.",
|
954 | 954 | "properties": {
|
955 | 955 | "id": {
|
956 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 956 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
957 | 957 | "type": [
|
958 | 958 | "string",
|
959 | 959 | "integer"
|
|
974 | 974 | "description": "Represents a JSON-RPC 2.0 Request object.",
|
975 | 975 | "properties": {
|
976 | 976 | "id": {
|
977 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 977 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
978 | 978 | "type": [
|
979 | 979 | "string",
|
980 | 980 | "integer"
|
|
1031 | 1031 | "description": "Represents a JSON-RPC 2.0 Result object.",
|
1032 | 1032 | "properties": {
|
1033 | 1033 | "id": {
|
1034 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1034 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1035 | 1035 | "type": [
|
1036 | 1036 | "string",
|
1037 | 1037 | "integer"
|
|
1081 | 1081 | "type": "array"
|
1082 | 1082 | },
|
1083 | 1083 | "referenceTaskIds": {
|
1084 |
| - "description": "list of tasks referenced as context by this message.", |
| 1084 | + "description": "List of tasks referenced as context by this message.", |
1085 | 1085 | "items": {
|
1086 | 1086 | "type": "string"
|
1087 | 1087 | },
|
|
1276 | 1276 | "description": "Configuration details for a supported OAuth Flow",
|
1277 | 1277 | "properties": {
|
1278 | 1278 | "refreshUrl": {
|
1279 |
| - "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\nstandard requires the use of TLS.", |
| 1279 | + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 \nstandard requires the use of TLS.", |
1280 | 1280 | "type": "string"
|
1281 | 1281 | },
|
1282 | 1282 | "scopes": {
|
1283 | 1283 | "additionalProperties": {
|
1284 | 1284 | "type": "string"
|
1285 | 1285 | },
|
1286 |
| - "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\ndescription for it. The map MAY be empty.", |
| 1286 | + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short \ndescription for it. The map MAY be empty.", |
1287 | 1287 | "type": "object"
|
1288 | 1288 | },
|
1289 | 1289 | "tokenUrl": {
|
1290 |
| - "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\nrequires the use of TLS.", |
| 1290 | + "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard \nrequires the use of TLS.", |
1291 | 1291 | "type": "string"
|
1292 | 1292 | }
|
1293 | 1293 | },
|
|
1391 | 1391 | "description": "JSON-RPC request model for the 'message/send' method.",
|
1392 | 1392 | "properties": {
|
1393 | 1393 | "id": {
|
1394 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1394 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1395 | 1395 | "type": [
|
1396 | 1396 | "string",
|
1397 | 1397 | "integer"
|
|
1434 | 1434 | "description": "JSON-RPC success response model for the 'message/send' method.",
|
1435 | 1435 | "properties": {
|
1436 | 1436 | "id": {
|
1437 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1437 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1438 | 1438 | "type": [
|
1439 | 1439 | "string",
|
1440 | 1440 | "integer"
|
|
1467 | 1467 | "description": "JSON-RPC request model for the 'message/stream' method.",
|
1468 | 1468 | "properties": {
|
1469 | 1469 | "id": {
|
1470 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1470 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1471 | 1471 | "type": [
|
1472 | 1472 | "string",
|
1473 | 1473 | "integer"
|
|
1510 | 1510 | "description": "JSON-RPC success response model for the 'message/stream' method.",
|
1511 | 1511 | "properties": {
|
1512 | 1512 | "id": {
|
1513 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1513 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1514 | 1514 | "type": [
|
1515 | 1515 | "string",
|
1516 | 1516 | "integer"
|
|
1549 | 1549 | "description": "JSON-RPC request model for the 'tasks/pushNotificationConfig/set' method.",
|
1550 | 1550 | "properties": {
|
1551 | 1551 | "id": {
|
1552 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1552 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1553 | 1553 | "type": [
|
1554 | 1554 | "string",
|
1555 | 1555 | "integer"
|
|
1592 | 1592 | "description": "JSON-RPC success response model for the 'tasks/pushNotificationConfig/set' method.",
|
1593 | 1593 | "properties": {
|
1594 | 1594 | "id": {
|
1595 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1595 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1596 | 1596 | "type": [
|
1597 | 1597 | "string",
|
1598 | 1598 | "integer"
|
|
1808 | 1808 | "description": "JSON-RPC request model for the 'tasks/resubscribe' method.",
|
1809 | 1809 | "properties": {
|
1810 | 1810 | "id": {
|
1811 |
| - "description": "An identifier established by the Client that MUST contain a String, Number\nNumbers SHOULD NOT contain fractional parts.", |
| 1811 | + "description": "An identifier established by the Client that MUST contain a String, Number. \nNumbers SHOULD NOT contain fractional parts.", |
1812 | 1812 | "type": [
|
1813 | 1813 | "string",
|
1814 | 1814 | "integer"
|
|
0 commit comments