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
AgentExpirationDate
The expiration date of the agent.
public const string AgentExpirationDate = "AGENT_EXPIRATION_DATE"
Field Value
AgentName
The agent name.
public const string AgentName = "AGENT_NAME"
Field Value
AgentTools
The list of tools used by the agent.
public const string AgentTools = "AGENT_TOOLS"
Field Value
VirtualSecurityGroupId
The identifier of the agent's virtual security group.
public const string VirtualSecurityGroupId = "VIRTUAL_SECURITY_GROUP_ID"