session property

SessionCapabilities? session
final

Session capabilities supported by the agent.

Optional. Omitted or null both mean the agent does not support the session/* method surface. Supplying {} means the agent supports the baseline session methods: session/new, session/prompt, session/cancel, and session/update.

Implementation

final SessionCapabilities? session;