AgentSkillsProviderOptions.DisableLoadSkillApproval Property
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.
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.