RunStepCodeInterpreterImageOutput Class

Definition

A representation of an image output emitted by a code interpreter tool in response to a tool call by the model.

public class RunStepCodeInterpreterImageOutput : Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCallOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterImageOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterImageOutput>
type RunStepCodeInterpreterImageOutput = class
    inherit RunStepCodeInterpreterToolCallOutput
    interface IJsonModel<RunStepCodeInterpreterImageOutput>
    interface IPersistableModel<RunStepCodeInterpreterImageOutput>
Public Class RunStepCodeInterpreterImageOutput
Inherits RunStepCodeInterpreterToolCallOutput
Implements IJsonModel(Of RunStepCodeInterpreterImageOutput), IPersistableModel(Of RunStepCodeInterpreterImageOutput)
Inheritance
RunStepCodeInterpreterImageOutput
Implements

Properties

Image

Referential information for the image associated with this output.

Explicit Interface Implementations

IJsonModel<RunStepCodeInterpreterImageOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RunStepCodeInterpreterImageOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RunStepCodeInterpreterToolCallOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from RunStepCodeInterpreterToolCallOutput)
IJsonModel<RunStepCodeInterpreterToolCallOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RunStepCodeInterpreterToolCallOutput)
IPersistableModel<RunStepCodeInterpreterImageOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepCodeInterpreterImageOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RunStepCodeInterpreterImageOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RunStepCodeInterpreterToolCallOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RunStepCodeInterpreterToolCallOutput)
IPersistableModel<RunStepCodeInterpreterToolCallOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from RunStepCodeInterpreterToolCallOutput)
IPersistableModel<RunStepCodeInterpreterToolCallOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RunStepCodeInterpreterToolCallOutput)

Applies to