View Source OpenAi.Response.CodeInterpreter.Call.InProgressEvent (OpenAI REST API Client v1.0.0)
Provides struct and type for a Response.CodeInterpreter.Call.InProgressEvent
Summary
Types
@type t() :: %OpenAi.Response.CodeInterpreter.Call.InProgressEvent{ code_interpreter_call: OpenAi.Response.CodeInterpreter.ToolCall.t(), output_index: integer(), type: String.t() }