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

AttachedFiles

Token for the list of attached files.

public const string AttachedFiles = "attached_files"

Field Value

string

ConversationFiles

Token for the list of conversation files.

public const string ConversationFiles = "conversation_files"

Field Value

string

CurrentDateTimeUTC

Token for current date in UTC format.

public const string CurrentDateTimeUTC = "current_datetime_utc"

Field Value

string

FilesPrompt

Token for a workflow files prompt.

public const string FilesPrompt = "files_prompt"

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