Table "Agent Task Message"
Virtual table that stores messages exchanged during agent task execution. Exposed to cloud, but read-only for non-Microsoft apps.
Remarks
This table manages the communication flow between agents and users, storing both input messages from users and output messages generated by agents. Essential for maintaining conversation history, message status tracking, and content management in agent interactions. The table supports message threading, review workflows, and external system integration through external IDs.
Properties
| Name | Value |
|---|---|
| Caption | Agent Task Message |
| DataPerCompany | False |
| Scope | Cloud |
Fields
| Name | Type | Description |
|---|---|---|
| "Task ID" | BigInteger | The unique identifier of the agent task that this message belongs to. |
| ID | Guid | The unique identifier for this message within the system. |
| Type | Option | The type of message indicating its direction (Input from user or Output from agent). |
| Status | Option | The current status of the message in its workflow lifecycle. |
| Content | Blob | The binary content of the message stored as a BLOB. |
| "Created By Full Name" | Text[80] | The full name of the user who created this message. |
| "External ID" | Text[2048] | An external identifier for integration with external systems like Outlook or Teams. |
| "Input Message ID" | Guid | The identifier of the input message that this output message is responding to. |
| "Status Reason" | Text[250] | A textual explanation for the current status of the message. |
| From | Text[250] | The sender identification when this is an input message from a user. |
| Properties | Blob | Custom properties that can be set on the message for extensibility. |
| "Requires Review" | Boolean | Indicates whether this message requires user review before processing. |
| "Agent User Security ID" | Guid | The security ID of the agent user associated with this message. |
| "Memory Entry ID" | Integer | The identifier of the memory entry associated with this message. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |