We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e31fcf commit c221e57Copy full SHA for c221e57
1 file changed
specification.md
@@ -560,6 +560,12 @@ in the future such that old Agents automatically report that they don't
560
support the new capability.
561
This field MUST be always set.
562
563
+An Agent MAY update any of its capabilities at any time after the first
564
+message. The server MUST respect the Agent's changes, ensuring that the
565
+subsequent messages are sent correctly. If the server sends a part of its
566
+messages corresponding to a capability the Agent doesn't support, the Agent
567
+SHOULD ignore it.
568
+
569
```protobuf
570
enum AgentCapabilities {
571
// The capabilities field is unspecified.
0 commit comments