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

#urlString?

Returns URL associated with the agent provider.

Returns:

  • (String, nil)

    URL associated with the agent provider.



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

attribute? :url, Types::String.optional