You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/schema.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -672,7 +672,7 @@
672
672
"type": "object"
673
673
},
674
674
"ExtMethodRequest": {
675
-
"description": "Request parameters for extension method calls.",
675
+
"description": "Request parameters for extension method calls.\n\nUsed with the `_method` extension point to add custom request-response functionality\nto the protocol while maintaining compatibility.\n\nSee protocol docs: [Extension Methods](https://agentclientprotocol.com/protocol/extensibility#extension-methods)",
676
676
"properties": {
677
677
"method": {
678
678
"description": "The identifier for the extension method.\n\nTo help avoid conflicts, it's a good practice to prefix extension\nmethods with a unique identifier such as domain name.",
@@ -687,11 +687,11 @@
687
687
"x-method": "_method"
688
688
},
689
689
"ExtMethodResponse": {
690
-
"description": "Response from extension method calls.",
690
+
"description": "Response from extension method calls.\n\nContains the result of a custom extension method request.\n\nSee protocol docs: [Extension Methods](https://agentclientprotocol.com/protocol/extensibility#extension-methods)",
"description": "Extension notification parameters.\n\nUsed with the `_notification` extension point to add custom one-way messages\nto the protocol while maintaining compatibility.\n\nSee protocol docs: [Extension Methods](https://agentclientprotocol.com/protocol/extensibility#extension-methods)",
695
695
"properties": {
696
696
"method": {
697
697
"description": "The identifier for the extension method.\n\nTo help avoid conflicts, it's a good practice to prefix extension\nmethods with a unique identifier such as domain name.",
0 commit comments