SubmitToolApprovalAction 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 call approval that must be submitted for an agent thread run to continue.
public class SubmitToolApprovalAction : Azure.AI.Agents.Persistent.RequiredAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.SubmitToolApprovalAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.SubmitToolApprovalAction>
type SubmitToolApprovalAction = class
inherit RequiredAction
interface IJsonModel<SubmitToolApprovalAction>
interface IPersistableModel<SubmitToolApprovalAction>
Public Class SubmitToolApprovalAction
Inherits RequiredAction
Implements IJsonModel(Of SubmitToolApprovalAction), IPersistableModel(Of SubmitToolApprovalAction)
- Inheritance
- Implements
Properties
SubmitToolApproval |
The details describing tools that should be approved to continue run. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |