Class: Keycardai::A2A::Result

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#agent_cardObject (readonly)

Returns the value of attribute agent_card

Returns:

  • (Object)

    the current value of agent_card



11
12
13
# File 'lib/keycardai/a2a/delegation_client.rb', line 11

def agent_card
  @agent_card
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



11
12
13
# File 'lib/keycardai/a2a/delegation_client.rb', line 11

def message
  @message
end