Share via


RunStepDeltaToolCallObject.ToolCalls Property

Definition

The collection of tool calls for the tool call detail item. Please note RunStepDeltaToolCall 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 RunStepDeltaCodeInterpreterToolCall, RunStepDeltaFileSearchToolCall and RunStepDeltaFunctionToolCall.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Projects.RunStepDeltaToolCall> ToolCalls { get; }
member this.ToolCalls : System.Collections.Generic.IReadOnlyList<Azure.AI.Projects.RunStepDeltaToolCall>
Public ReadOnly Property ToolCalls As IReadOnlyList(Of RunStepDeltaToolCall)

Property Value

Applies to