View Source ExOpenAI.Components.CreateMessageRequest (ex_openai.ex v1.5.1)

Schema representing a CreateMessageRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateMessageRequest{
  content: String.t(),
  file_ids: [String.t()] | nil,
  metadata: map() | nil,
  role: :user
}