(feat:attachments) render in bubble

This commit is contained in:
ManishMadan2882
2025-06-03 18:05:47 +05:30
parent 7cab5b3b09
commit e90fe117ec
3 changed files with 28 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ export default function ConversationMessages({
toolCalls={query.tool_calls}
feedback={query.feedback}
isStreaming={isCurrentlyStreaming}
attachmentsMetadata={query.attachments}
handleFeedback={
handleFeedback
? (feedback) => handleFeedback(query, feedback, index)