-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Which version of assistant are you using?
latest
Which version of Nextcloud are you using?
latest
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
No response
Describe the Bug
Upon calling chat/messages?sessionId= we get a ms timestamp for human messages and s timestamp for assistant messages.
This may also be an issue with check_generation
[
{
"id": 2158,
"session_id": 462,
"role": "human",
"content": "Hi how are you",
"timestamp": 1769775829389,
"ocp_task_id": 0,
"sources": "[]",
"attachments": []
},
{
"id": 2159,
"session_id": 462,
"role": "assistant",
"content": "Hallo! Ik ben goed, dank je wel. Hoe kan ik je vandaag helpen?",
"timestamp": 1769775849,
"ocp_task_id": 7336,
"sources": "[]",
"attachments": []
},
{
"id": 2160,
"session_id": 462,
"role": "human",
"content": "What time is it",
"timestamp": 1769775904693,
"ocp_task_id": 0,
"sources": "[]",
"attachments": []
},
{
"id": 2436,
"session_id": 462,
"role": "human",
"content": "w",
"timestamp": 1770394313,
"ocp_task_id": 0,
"sources": "[]",
"attachments": []
}
]Expected Behavior
This should be consistent
To Reproduce
Try API calls
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working