Class: A2A::AgentProvider
- Inherits:
-
ProtocolStruct
- Object
- Dry::Struct
- ProtocolStruct
- A2A::AgentProvider
- Defined in:
- lib/a2a/types/agent_provider.rb
Overview
Represents the provider or organization behind an agent.
Instance Method Summary collapse
-
#organization ⇒ String
The name of the organization providing the agent.
-
#url ⇒ String?
URL associated with the agent provider.
Methods included from Extensions::CaseTransformation
Instance Method Details
#organization ⇒ String
Returns The name of the organization providing the agent.
7 |
# File 'lib/a2a/types/agent_provider.rb', line 7 attribute :organization, Types::String |
#url ⇒ String?
Returns URL associated with the agent provider.
10 |
# File 'lib/a2a/types/agent_provider.rb', line 10 attribute? :url, Types::String.optional |