Class: A2A::AgentProvider

Inherits:
ProtocolStruct
  • Object
show all
Defined in:
lib/a2a/types/agent_provider.rb

Overview

Represents the provider or organization behind an agent.

Instance Method Summary collapse

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#organizationString

Returns The name of the organization providing the agent.

Returns:

  • (String)

    The name of the organization providing the agent.



7
# File 'lib/a2a/types/agent_provider.rb', line 7

attribute :organization, Types::String

#urlURI

Returns A URL for the agent provider’s website or relevant documentation.

Returns:

  • (URI)

    A URL for the agent provider’s website or relevant documentation.



10
# File 'lib/a2a/types/agent_provider.rb', line 10

attribute :url, Types::URI