RunStepToolCallDetails 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 detailed information associated with a run step calling tools.
public class RunStepToolCallDetails : Azure.AI.OpenAI.Assistants.RunStepDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepToolCallDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.RunStepToolCallDetails>
type RunStepToolCallDetails = class
inherit RunStepDetails
interface IJsonModel<RunStepToolCallDetails>
interface IPersistableModel<RunStepToolCallDetails>
Public Class RunStepToolCallDetails
Inherits RunStepDetails
Implements IJsonModel(Of RunStepToolCallDetails), IPersistableModel(Of RunStepToolCallDetails)
- Inheritance
- Implements
Properties
ToolCalls |
A list of tool call details for this run step. Please note RunStepToolCall 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 RunStepCodeInterpreterToolCall, RunStepFunctionToolCall and RunStepRetrievalToolCall. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET