View Source OpenAi.Message.CreateRequest.Attachment (OpenAI REST API Client v0.4.4)

Provides struct and type for a Message.CreateRequest.Attachment

Summary

Types

@type t() :: %OpenAi.Message.CreateRequest.Attachment{
  file_id: String.t() | nil,
  tools:
    [
      OpenAi.Assistant.Tool.Code.t()
      | OpenAi.Assistant.Tool.File.SearchTypeOnly.t()
    ]
    | nil
}