Table of Contents

Class CodeInterpreterOutputs

Namespace
OpenAI.Threads
Assembly
OpenAI-DotNet.dll
public sealed class CodeInterpreterOutputs
Inheritance
CodeInterpreterOutputs
Inherited Members

Properties

Image

Code interpreter image output.

[JsonInclude]
[JsonPropertyName("image")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ImageFile Image { get; }

Property Value

ImageFile

Index

[JsonInclude]
[JsonPropertyName("index")]
public int? Index { get; }

Property Value

int?

Logs

Text output from the Code Interpreter tool call as part of a run step.

[JsonInclude]
[JsonPropertyName("logs")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Logs { get; }

Property Value

string

Type

Output type. Can be either 'logs' or 'image'.

[JsonInclude]
[JsonPropertyName("type")]
[JsonConverter(typeof(JsonStringEnumConverter<CodeInterpreterOutputType>))]
public CodeInterpreterOutputType Type { get; }

Property Value

CodeInterpreterOutputType

Methods

AppendFrom(CodeInterpreterOutputs)

public void AppendFrom(CodeInterpreterOutputs other)

Parameters

other CodeInterpreterOutputs