AgentSkillsProviderOptions.DisableLoadSkillApproval Property

Definition

Gets or sets a value indicating whether approval is disabled for the LoadSkillToolName tool.

public bool DisableLoadSkillApproval { get; set; }
member this.DisableLoadSkillApproval : bool with get, set
Public Property DisableLoadSkillApproval As Boolean

Property Value

Remarks

When false (the default), the tool requires approval before invocation. When true, the tool can be invoked without approval. If any other tool in the same response still requires approval, set EnableNonApprovalRequiredFunctionBypassing to true so this tool is not surfaced as an approval request. When approval is required, auto-approval rules (e.g. ReadOnlyToolsAutoApprovalRule or AllToolsAutoApprovalRule) can be used to automatically approve calls.

Applies to