| UserType |
Choice |
|
The type of user associated with the agent's current session. |
| TotalMessagesCount |
Integer |
|
Total number of messages in the session. |
| LastMonthMessagesCount |
Integer |
|
Total number of messages in the last month. |
| LastDayMessagesCount |
Integer |
|
Total number of messages in the last day. |
| LastInputMessageWordsCount |
Integer |
|
Number of words in the last input message. |
| LastOutputMessageWordsCount |
Integer |
|
Number of words in the last output message. |
| LastInputMessageTokensCount |
Integer |
|
Number of tokens in the last input message. |
| LastOutputMessageTokensCount |
Integer |
|
Number of tokens in the last output message. |
| LastMonthInputWordsCount |
Integer |
|
Total number of words in all input messages during the last month. |
| LastMonthOutputWordsCount |
Integer |
|
Total number of words in all output messages during the last month. |
| LastDayInputWordsCount |
Integer |
|
Total number of words in all input messages during the last day. |
| LastDayOutputWordsCount |
Integer |
|
Total number of words in all output messages during the last day. |
| TotalInputWordsCount |
Integer |
|
Total number of words in all input messages in the session. |
| TotalOutputWordsCount |
Integer |
|
Total number of words in all output messages in the session. |
| LastMonthInputTokensCount |
Integer |
|
Total number of tokens in all input messages during the last month. |
| LastMonthOutputTokensCount |
Integer |
|
Total number of tokens in all output messages during the last month. |
| LastDayInputTokensCount |
Integer |
|
Total number of tokens in all input messages during the last day. |
| LastDayOutputTokensCount |
Integer |
|
Total number of tokens in all output messages during the last day. |
| TotalInputTokensCount |
Integer |
|
Total number of tokens in all input messages in the session. |
| TotalOutputTokensCount |
Integer |
|
Total number of tokens in all output messages in the session. |
| StartedAt |
DateTime |
|
Time when the agent was activated and its session began |
| LastInteractionAt |
DateTime |
|
The most recent interaction time with the agent. |
| CurrentThreadId |
Text |
|
The identifier of the thread associated with the agent. |
| CurrentLLMConnectorName |
Text |
|
The name of the LLM connector associated with the agent. |
| CurrentPromptName |
Text |
|
The name of the currently active prompt associated with the agent. |
| CurrentUrl |
Url |
|
The URL associated with the agent state. |
| CurrentLanguage |
Text |
|
The language associated with the agent state. |
| Description |
Text |
|
A brief description or details regarding the agent state. |
| Variables[] |
ObjectList |
|
A collection of variables associated with the agent state. |