次の方法で共有


RunStepDetailsUpdate Class

Definition

The update type presented when run step details, including tool call progress, have changed.

public class RunStepDetailsUpdate : Azure.AI.Projects.StreamingUpdate
type RunStepDetailsUpdate = class
    inherit StreamingUpdate
Public Class RunStepDetailsUpdate
Inherits StreamingUpdate
Inheritance
RunStepDetailsUpdate

Properties

CodeInterpreterInput

The input into the Code Interpreter tool call.

CodeInterpreterOutputs

The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including text (logs) or images (image). Each of these are represented by a different object type. Please note RunStepDeltaCodeInterpreterOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RunStepDeltaCodeInterpreterImageOutput and RunStepDeltaCodeInterpreterLogOutput.

CreatedMessageId

Represents a message creation within a streaming run step delta.

FunctionArguments

The arguments passed to the function as input.

FunctionName

The name of the function.

FunctionOutput

The output of the function, null if outputs have not yet been submitted.

StepId

The identifier of the run step, which can be referenced in API endpoints.

ToolCallId

The ID of the tool call, used when submitting outputs to the run.

ToolCallIndex

The index of the tool call detail in the run step's tool_calls array.

UpdateKind

A value indicating what type of event this update represents.

(Inherited from StreamingUpdate)

Applies to