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.OpenAI.Assistants.RunStepCodeInterpreterToolCallOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterLogOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.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

Name Description
Logs

The serialized log output emitted by the code interpreter.

Explicit Interface Implementations

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

<param name="options">The ModelReaderWriterOptions to use.</param>
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.

<param name="options">The ModelReaderWriterOptions to use.</param> (Inherited from RunStepCodeInterpreterToolCallOutput)
IPersistableModel<RunStepCodeInterpreterToolCallOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RunStepCodeInterpreterToolCallOutput)

Applies to