Class: A2A::FileWithUri

Inherits:
FileBase
  • Object
show all
Defined in:
lib/a2a/types/file_with_uri.rb

Overview

Represents a file with its content located at a specific URI.

Instance Method Summary collapse

Methods inherited from FileBase

#mime_type, #name

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#uriURI

Returns A URL pointing to the file’s content.

Returns:

  • (URI)

    A URL pointing to the file’s content.



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

attribute :uri, Types::URI