mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
Process attached files in the chat history and add them to the chat message
This commit is contained in:
@@ -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`}
|
||||
|
||||
Reference in New Issue
Block a user