mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
feat: history chat
This commit is contained in:
@@ -26,6 +26,10 @@ const ChatSchema = new Schema({
|
||||
type: Date,
|
||||
default: () => new Date()
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: '历史记录'
|
||||
},
|
||||
content: {
|
||||
type: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user