Class: A2A::TextPart

Inherits:
PartBase
  • Object
show all
Defined in:
lib/a2a/types/text_part.rb

Overview

Represents a text segment within a message or artifact.

Instance Method Summary collapse

Methods inherited from PartBase

#metadata

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#kindString



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

attribute :kind, Types::String.constant('text')

#textString



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

attribute :text, Types::String