View Source ExOpenAI.Components.ResponseCodeInterpreterCallInterpretingEvent (ex_openai.ex v1.8.0)
Schema representing a ResponseCodeInterpreterCallInterpretingEvent within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.ResponseCodeInterpreterCallInterpretingEvent{ code_interpreter_call: ExOpenAI.Components.CodeInterpreterToolCall.t(), output_index: integer(), type: :"response.code_interpreter_call.interpreting" }