RunStepDetailsUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 ( |
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
Azure SDK for .NET