Class CodeInterpreterOutputs
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
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
Type
Output type. Can be either 'logs' or 'image'.
[JsonInclude]
[JsonPropertyName("type")]
[JsonConverter(typeof(JsonStringEnumConverter<CodeInterpreterOutputType>))]
public CodeInterpreterOutputType Type { get; }
Property Value
Methods
AppendFrom(CodeInterpreterOutputs)
public void AppendFrom(CodeInterpreterOutputs other)
Parameters
other
CodeInterpreterOutputs