struct
ACP::Protocol::ClientInfo
- ACP::Protocol::ClientInfo
- Struct
- Value
- Object
Overview
Metadata about the client, sent during initialize.
See: https://agentclientprotocol.com/protocol/initialization#implementation-information
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/capabilities.crConstructors
Instance Method Summary
-
#name : String
Intended for programmatic or logical use, but can be used as a display name fallback if title isn't present.
-
#name=(name : String)
Intended for programmatic or logical use, but can be used as a display name fallback if title isn't present.
-
#title : String | Nil
Intended for UI and end-user contexts — optimized to be human-readable.
-
#title=(title : String | Nil)
Intended for UI and end-user contexts — optimized to be human-readable.
-
#version : String
Version of the implementation.
-
#version=(version : String)
Version of the implementation.
Constructor Detail
Instance Method Detail
Intended for programmatic or logical use, but can be used as a display name fallback if title isn't present.
Intended for programmatic or logical use, but can be used as a display name fallback if title isn't present.
Intended for UI and end-user contexts — optimized to be human-readable. If not provided, the name should be used for display.
Intended for UI and end-user contexts — optimized to be human-readable. If not provided, the name should be used for display.