Table of Contents

Class ToolPermissionScopeConfig

Namespace
JD.AI.Core.Config
Assembly
JD.AI.Core.dll

Allow/deny tool rules for one scope.

public sealed class ToolPermissionScopeConfig
Inheritance
ToolPermissionScopeConfig
Inherited Members

Properties

Allowed

[SuppressMessage("Design", "CA1002:Do not expose generic lists", Justification = "Required for JSON serialization")]
public List<string> Allowed { get; set; }

Property Value

List<string>

Denied

[SuppressMessage("Design", "CA1002:Do not expose generic lists", Justification = "Required for JSON serialization")]
public List<string> Denied { get; set; }

Property Value

List<string>