fix(server): always return created timestamp of chat messages (#6658)

This commit is contained in:
forehalo
2024-04-22 08:39:41 +00:00
parent b7ade43c2e
commit 94de6f5853
3 changed files with 12 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
type ChatMessage {
attachments: [String!]
content: String!
createdAt: DateTime
createdAt: DateTime!
params: JSON
role: String!
}