Process attached files in the chat history and add them to the chat message

This commit is contained in:
sabaimran
2024-11-07 16:06:58 -08:00
parent a89160e2f7
commit 3a51996f64
2 changed files with 42 additions and 1 deletions

View File

@@ -373,6 +373,7 @@ export default function ChatHistory(props: ChatHistoryProps) {
images: message.images,
conversationId: props.conversationId,
turnId: messageTurnId,
attachedFiles: message.attachedFiles,
}}
customClassName="fullHistory"
borderLeftColor={`${data?.agent?.color}-500`}