View Source OpenAi.Response.CodeInterpreter.TextOutput (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.CodeInterpreter.TextOutput

Summary

Types

@type t() :: %OpenAi.Response.CodeInterpreter.TextOutput{
  logs: String.t(),
  type: String.t()
}