Class: A2A::FileWithBytes
- Defined in:
- lib/a2a/types/file_with_bytes.rb
Overview
Represents a file with its content provided directly as a base64-encoded string.
Instance Method Summary collapse
-
#bytes ⇒ String
The base64-encoded content of the file.
Methods inherited from FileBase
Methods included from Extensions::CaseTransformation
Instance Method Details
#bytes ⇒ String
Returns The base64-encoded content of the file.
7 |
# File 'lib/a2a/types/file_with_bytes.rb', line 7 attribute :bytes, Types::String |