RunStepCodeInterpreterImageReference Class

Definition

An image reference emitted by a code interpreter tool in response to a tool call by the model.

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

Properties

FileId

The ID of the file associated with this image.

Explicit Interface Implementations

IJsonModel<RunStepCodeInterpreterImageReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepCodeInterpreterImageReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepCodeInterpreterImageReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepCodeInterpreterImageReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepCodeInterpreterImageReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to