Context Variables

General variables that provide context to the model.

Situational Variables



TEXTCURRENT_TIMEGlobal

Current time

The current time in the conversation. In UTC probably, or in GPT+1, no idea.

Agent Variable

TEXT
{CURRENT_TIME}
10:30:00 27/10/2020


TEXTORGANIZATION_NAMEConversation

Organization name

The name of the organization (tenant) in Coherent.

Conversation Variable

TEXT
{ORGANIZATION_NAME}
Acme Corp


TEXTUSER_NAMEConversation

User name

The first name of the user who originally created the conversation in Coherent.

Conversation Variable

TEXT
{USER_NAME}
Alice


Conversation Variables

General variables that provide context to the model.

TEXTCONVERSATION_NAMEConversation

Conversation name

The name/title of the conversation in Coherent.

Conversation Variable

TEXT
{CONVERSATION_NAME}
Monthly planning session


TEXTCONVERSATION_IDConversation

Conversation ID

The ID of the conversation in coherent.

Conversation Variable

TEXT
{CONVERSATION_ID}
1234567890


TEXTCONVERSATION_URLConversation

Conversation URL

The URL of the conversation in coherent.

Conversation Variable

TEXT
{CONVERSATION_URL}
https://app.coherent.so/en/conversations/1234567890


NUMBERCOST_CREDITSConversation

Cost in Credits

The cost of the conversation in credits. This variable requires the view_costs role to access.

Conversation Variable

NUMBER
{COST_CREDITS}
1500


NUMBERCOST_USDConversation

Cost in USD

The cost of the conversation in USD. This variable requires the view_costs_usd role to access.

Conversation Variable

NUMBER
{COST_USD}
15.00


Team Variables



TEXTTEAM_NAMEGlobal

Team name

The name of the currently associated team (if any).

Team Variable

TEXT
{TEAM_NAME}
Awesome Squad


TEXTTEAMGlobal

Team handle

The handle (short name) of the currently associated team (if any).

Team Variable

TEXT
{TEAM}
@AwesomeSquad


Was this page helpful?