Table of Contents

Class AgentParametersKeys

Namespace
FoundationaLLM.Common.Constants.Agents
Assembly
FoundationaLLM.Common.dll

Contains constants of the keys for all overridable Agent settings.

public static class AgentParametersKeys
Inheritance
AgentParametersKeys
Inherited Members

Fields

All

All agent parameter keys.

public static readonly string[] All

Field Value

string[]

IndexFilterExpression

The key name for the index filter expression agent parameter. This value should be a string representing the search filter expression to limit documents to be searched by the index.

public const string IndexFilterExpression = "index_filter_expression"

Field Value

string

IndexTopN

Controls the number of search results to return from an index for prompt augmentation.

public const string IndexTopN = "index_top_n"

Field Value

string