mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fix bug where AgentMessageTile are being reused inappropriately
This commit is contained in:
@@ -83,6 +83,7 @@ class _ChatViewState extends State<ChatView> {
|
||||
return UserMessageTile(message: chat.message);
|
||||
} else {
|
||||
return AgentMessageTile(
|
||||
key: ValueKey(chat.id),
|
||||
chat: chat,
|
||||
onArtifactsButtonPressed: () {
|
||||
// TODO: Create an actual artifact object
|
||||
|
||||
Reference in New Issue
Block a user