Share via


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.Agents.Persistent.RunStepCodeInterpreterImageReference>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.RunStepCodeInterpreterImageReference>
type RunStepCodeInterpreterImageReference = class
    interface IJsonModel<RunStepCodeInterpreterImageReference>
    interface IPersistableModel<RunStepCodeInterpreterImageReference>
Public Class RunStepCodeInterpreterImageReference
Implements IJsonModel(Of RunStepCodeInterpreterImageReference), IPersistableModel(Of RunStepCodeInterpreterImageReference)
Inheritance
RunStepCodeInterpreterImageReference
Implements

Properties

Name Description
FileId

The ID of the file associated with this image.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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