View Source :"Elixir.ExOpenAI.Components.ConversationParam-2" (ex_openai.ex v2.0.0-beta2)

The conversation that this response belongs to.

Fields

  • :id - required - String.t()
    The unique ID of the conversation.

Summary

Types

@type t() :: %:"Elixir.ExOpenAI.Components.ConversationParam-2"{id: String.t()}