[
{
"id": "<string>",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"messages": [
{
"id": "<string>",
"conversationId": "<string>",
"parts": [
{
"text": "<string>",
"type": "text"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"model": "<string>",
"inputTokens": 123,
"outputTokens": 123,
"turnContext": {}
}
],
"title": "<string>",
"lastActivityAt": "2023-11-07T05:31:56Z",
"userToken": "<string>",
"isFromDashboard": false,
"messageCount": 0,
"totalInputTokens": 0,
"totalOutputTokens": 0,
"totalTokens": 0,
"conversationMetadata": {
"cachedAt": "2023-11-07T05:31:56Z"
},
"feedback": [
{
"id": "<string>",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"messageId": "<string>",
"vote": 123,
"tags": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"notes": "<string>",
"model": "<string>"
}
]
}
]