SessionRecord
A stored session.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
yes | string |
The session identifier. | — |
agentName |
yes | string |
The agent the session belongs to. | — |
state |
yes | JsonElement |
The serialized session state. Microsoft Agent Framework’s SerializeSessionAsync output, treated as opaque. |
— |
createdAt |
yes | string (date-time) |
The creation time (UTC). | — |
updatedAt |
yes | string (date-time) |
The last-updated time (UTC). | — |
tenantId |
no | string |
The tenant identifier. | — |