【解决todo】AI Chat 转换用户头像、role头像

This commit is contained in:
cherishsince
2024-05-22 10:30:00 +08:00
parent 561d60bccd
commit 431ae7b01b
3 changed files with 13 additions and 9 deletions

View File

@ -15,6 +15,8 @@ export interface ChatMessageVO {
content: string // 聊天内容
tokens: number // 消耗 Token 数量
createTime: Date // 创建时间
roleAvatar: string // 角色头像
userAvatar: string // 创建时间
}
export interface ChatMessageSendVO {