Feat/Agent-Image-Processing (#3293)

Co-authored-by: Joel <iamjoel007@gmail.com>
This commit is contained in:
Yeuoly
2024-04-10 14:48:40 +08:00
committed by GitHub
parent 240c793e7a
commit 14bb0b02ac
6 changed files with 148 additions and 40 deletions

View File

@@ -229,7 +229,7 @@ export const useChat = (
// answer
const responseItem: ChatItem = {
id: `${Date.now()}`,
id: placeholderAnswerId,
content: '',
agent_thoughts: [],
message_files: [],