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

Schema representing a ResponseCodeInterpreterCallInProgressEvent within the OpenAI API

Summary

Types

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