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