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

Schema representing a ResponseCodeInterpreterCallCodeDeltaEvent within the OpenAI API

Summary

Types

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