View Source OpenAi.Run.Step.DetailsToolCallsCodeCodeInterpreter (OpenAI REST API Client v0.4.4)

Provides struct and type for a Run.Step.DetailsToolCallsCodeCodeInterpreter

Summary

Types

@type t() :: %OpenAi.Run.Step.DetailsToolCallsCodeCodeInterpreter{
  input: String.t(),
  outputs: [
    OpenAi.Run.Step.DetailsToolCallsCodeOutputImage.t()
    | OpenAi.Run.Step.DetailsToolCallsCodeOutputLogs.t()
  ]
}