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

Schema representing a MessageContentTextObject within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.MessageContentTextObject{
  text: %{annotations: [map()], value: String.t()},
  type: :text
}