Table of Contents

Class TemplateVariables

Namespace
FoundationaLLM.Common.Constants.Templates
Assembly
FoundationaLLM.Common.dll

Provides template variables that can be used in templates.

public static class TemplateVariables
Inheritance
TemplateVariables
Inherited Members

Fields

CurrentDateTimeUTC

Token for current date in UTC format.

public const string CurrentDateTimeUTC = "current_datetime_utc"

Field Value

string

RouterPrompt

Token for a workflow router prompt.

public const string RouterPrompt = "router_prompt"

Field Value

string

ToolList

Token for the tool list.

public const string ToolList = "tool_list"

Field Value

string

ToolRouterPrompts

Token for the tool router prompt.

public const string ToolRouterPrompts = "tool_router_prompts"

Field Value

string