Table of Contents

Class AgentTemplateParameterNames

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

Provides a collection of predefined parameter names used in agent templates.

public static class AgentTemplateParameterNames
Inheritance
AgentTemplateParameterNames
Inherited Members

Fields

AgentDisplayName

The display name of the agent.

public const string AgentDisplayName = "AGENT_DISPLAY_NAME"

Field Value

string

AgentExpirationDate

The expiration date of the agent.

public const string AgentExpirationDate = "AGENT_EXPIRATION_DATE"

Field Value

string

AgentName

The agent name.

public const string AgentName = "AGENT_NAME"

Field Value

string

AgentTools

The list of tools used by the agent.

public const string AgentTools = "AGENT_TOOLS"

Field Value

string

VirtualSecurityGroupId

The identifier of the agent's virtual security group.

public const string VirtualSecurityGroupId = "VIRTUAL_SECURITY_GROUP_ID"

Field Value

string