ToolApprovalAgentOptions Class

Definition

Options for configuring the ToolApprovalAgent middleware.

public class ToolApprovalAgentOptions
type ToolApprovalAgentOptions = class
Public Class ToolApprovalAgentOptions
Inheritance
ToolApprovalAgentOptions

Constructors

Name Description
ToolApprovalAgentOptions()

Properties

Name Description
AutoApprovalRules

Gets or sets a collection of heuristic functions that can automatically approve function calls that would otherwise require user approval.

JsonSerializerOptions

Gets or sets the JsonSerializerOptions used for serializing argument values when storing rules and for persisting state.

Applies to