OpenAi.Message.Attachment (OpenAI REST API Client v0.2.1)
Provides struct and type for a Message.Attachment
Summary
Types
@type t() :: %OpenAi.Message.Attachment{ file_id: String.t() | nil, tools: [ OpenAi.Assistant.Tool.Code.t() | OpenAi.Assistant.Tool.File.SearchTypeOnly.t() ] | nil }