Class: A2A::TextPart
- Defined in:
- lib/a2a/types/text_part.rb
Overview
Represents a text segment within a message or artifact.
Instance Method Summary collapse
-
#kind ⇒ String
The type of this part, used as a discriminator.
-
#text ⇒ String
The string content of the text part.
Methods inherited from PartBase
Methods included from Extensions::CaseTransformation
Instance Method Details
#kind ⇒ String
7 |
# File 'lib/a2a/types/text_part.rb', line 7 attribute :kind, Types::String.constant('text') |
#text ⇒ String
10 |
# File 'lib/a2a/types/text_part.rb', line 10 attribute :text, Types::String |