Share via


RunStepCodeInterpreterLogOutput Class

Definition

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

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

Properties

Logs

The serialized log output emitted by the code interpreter.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepCodeInterpreterLogOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepCodeInterpreterLogOutput>.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<RunStepCodeInterpreterLogOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepCodeInterpreterLogOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepCodeInterpreterLogOutput>.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