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

The conversation that this response belonged to. Input items and output items from this response were automatically added to this conversation.

Fields

  • :id - required - String.t()
    The unique ID of the conversation that this response was associated with.

Summary

Types

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