Table of Contents

Class AgentGatekeeperSettings

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent
Assembly
FoundationaLLM.Common.dll

Provides agent-related gatekeeper settings.

public class AgentGatekeeperSettings
Inheritance
AgentGatekeeperSettings
Inherited Members
Extension Methods

Properties

Options

If UseSystemSetting is false, provides Gatekeeper feature selection.

[JsonPropertyName("options")]
public string[]? Options { get; set; }

Property Value

string[]

UseSystemSetting

Indicates whether to abide by or override the system settings for the Gatekeeper.

[JsonPropertyName("use_system_setting")]
public bool UseSystemSetting { get; set; }

Property Value

bool