There was an error while loading. Please reload this page.
1 parent 7fbc621 commit a00597eCopy full SHA for a00597e
1 file changed
src/agent.rs
@@ -2440,6 +2440,13 @@ impl AgentCapabilities {
2440
self
2441
}
2442
2443
+ /// Session capabilities supported by the agent.
2444
+ #[must_use]
2445
+ pub fn session_capabilities(mut self, session_capabilities: SessionCapabilities) -> Self {
2446
+ self.session_capabilities = session_capabilities;
2447
+ self
2448
+ }
2449
+
2450
/// The _meta property is reserved by ACP to allow clients and agents to attach additional
2451
/// metadata to their interactions. Implementations MUST NOT make assumptions about values at
2452
/// these keys.
0 commit comments