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 ⇒ URI
A URL for the agent provider’s website or relevant documentation.
Methods included from Extensions::CaseTransformation
Instance Method Details
#organization ⇒ String
7 |
# File 'lib/a2a/types/agent_provider.rb', line 7 attribute :organization, Types::String |
#url ⇒ URI
10 |
# File 'lib/a2a/types/agent_provider.rb', line 10 attribute :url, Types::URI |