SubmitToolOutputsAction 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 details for required tool calls that must be submitted for an assistant thread run to continue.
public class SubmitToolOutputsAction : Azure.AI.OpenAI.Assistants.RequiredAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.SubmitToolOutputsAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.SubmitToolOutputsAction>
type SubmitToolOutputsAction = class
inherit RequiredAction
interface IJsonModel<SubmitToolOutputsAction>
interface IPersistableModel<SubmitToolOutputsAction>
Public Class SubmitToolOutputsAction
Inherits RequiredAction
Implements IJsonModel(Of SubmitToolOutputsAction), IPersistableModel(Of SubmitToolOutputsAction)
- Inheritance
- Implements
Properties
ToolCalls |
The list of tool calls that must be resolved for the assistant thread run to continue. Please note RequiredToolCall 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 RequiredFunctionToolCall. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET