mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: chat scroll and load
This commit is contained in:
@@ -3,7 +3,8 @@ export interface robot{
|
||||
time: Date,
|
||||
id: string | number,
|
||||
type: string,
|
||||
action:'robot'
|
||||
action: 'robot',
|
||||
state:'thinking'|'generate'|'complete'
|
||||
}
|
||||
|
||||
export interface user{
|
||||
|
||||
Reference in New Issue
Block a user