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

Schema representing a ResponseCodeInterpreterCallCodeDoneEvent within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ResponseCodeInterpreterCallCodeDoneEvent{
  code: String.t(),
  output_index: integer(),
  type: :"response.code_interpreter_call.code.done"
}