ToolApprovalAgentOptions 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.
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. |