(feat:attach) renaming, semantic identifier names

This commit is contained in:
ManishMadan2882
2025-06-06 21:52:10 +05:30
parent 50248cc9ea
commit 4862548e65
3 changed files with 8 additions and 8 deletions

View File

@@ -223,7 +223,7 @@ export default function ConversationMessages({
handleUpdatedQuestionSubmission={handleQuestionSubmission}
questionNumber={index}
sources={query.sources}
attachmentsMetadata={query.attachments}
filesAttached={query.attachments}
/>
{renderResponseView(query, index)}
</Fragment>