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

Schema representing a CodeInterpreterTextOutput within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CodeInterpreterTextOutput{
  logs: String.t(),
  type: :logs
}