View Source ExOpenAI.Components.ResponseOutputItemDoneEvent (ex_openai.ex v2.0.0-beta2)
Emitted when an output item is marked done.
Fields
:item- required -ExOpenAI.Components.OutputItem.t()
The output item that was marked done.:output_index- required -integer()
The index of the output item that was marked done.:sequence_number- required -integer()
The sequence number of this event.:type- required -:"response.output_item.done"
The type of the event. Alwaysresponse.output_item.done.
Allowed values:"response.output_item.done"
Summary
Types
@type t() :: %ExOpenAI.Components.ResponseOutputItemDoneEvent{ item: ExOpenAI.Components.OutputItem.t(), output_index: integer(), sequence_number: integer(), type: :"response.output_item.done" }