View Source ExOpenAI.Components.ResponseCodeInterpreterCallCompletedEvent (ex_openai.ex v1.8.0)

Schema representing a ResponseCodeInterpreterCallCompletedEvent within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ResponseCodeInterpreterCallCompletedEvent{
  code_interpreter_call: ExOpenAI.Components.CodeInterpreterToolCall.t(),
  output_index: integer(),
  type: :"response.code_interpreter_call.completed"
}