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



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

attribute :organization, Types::String

#urlURI



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

attribute :url, Types::URI