Class: LLM::A2A::Card::Provider
- Inherits:
-
Object
- Object
- LLM::A2A::Card::Provider
- Defined in:
- lib/llm/a2a/card/provider.rb
Overview
Represents the service provider of an agent.
Instance Method Summary collapse
-
#initialize(data) ⇒ Provider
constructor
A new instance of Provider.
-
#url ⇒ String
Returns the provider website URL.
-
#organization ⇒ String
Returns the provider organization name.
Constructor Details
Instance Method Details
#url ⇒ String
Returns the provider website URL.
16 17 18 |
# File 'lib/llm/a2a/card/provider.rb', line 16 def url @data.url end |
#organization ⇒ String
Returns the provider organization name.
23 24 25 |
# File 'lib/llm/a2a/card/provider.rb', line 23 def organization @data.organization end |