Current status/vibe of the agent. Updated periodically.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 1000,
"description": "Current status text."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this status was set."
}
}
},
"description": "Current status/vibe of the agent. Updated periodically."
}