Class: Keycardai::A2A::Result
- Inherits:
-
Data
- Object
- Data
- Keycardai::A2A::Result
- Defined in:
- lib/keycardai/a2a/delegation_client.rb
Overview
The result of a delegated invocation: the target's JSON-RPC result plus the agent card it was discovered through.
Instance Attribute Summary collapse
-
#agent_card ⇒ Object
readonly
Returns the value of attribute agent_card.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#agent_card ⇒ Object (readonly)
Returns the value of attribute agent_card
11 12 13 |
# File 'lib/keycardai/a2a/delegation_client.rb', line 11 def agent_card @agent_card end |
#message ⇒ Object (readonly)
Returns the value of attribute message
11 12 13 |
# File 'lib/keycardai/a2a/delegation_client.rb', line 11 def @message end |