View Source ExOpenAI.Components.AttachmentType (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema AttachmentType.

Type

:image | :file

Allowed Values

"image", "file"

Summary

Types

@type t() :: :image | :file