Class: A2A::PartBase
- Inherits:
-
ProtocolStruct
- Object
- Dry::Struct
- ProtocolStruct
- A2A::PartBase
- Defined in:
- lib/a2a/types/part_base.rb
Overview
Defines base properties common to all message or artifact parts.
Instance Method Summary collapse
-
#metadata ⇒ Hash<String, Object>
Optional metadata associated with this part.
Methods included from Extensions::CaseTransformation
Instance Method Details
#metadata ⇒ Hash<String, Object>
Returns Optional metadata associated with this part.
7 |
# File 'lib/a2a/types/part_base.rb', line 7 attribute? :metadata, Types::Hash.map(Types::String, Types::Any).optional |