We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a75d7 commit 9c76653Copy full SHA for 9c76653
ClientAdvisor/App/frontend/src/components/Answer/Answer.tsx
@@ -79,8 +79,8 @@ export const Answer = ({ answer, onCitationClicked }: Props) => {
79
} else {
80
citationFilename = `${citation.filepath} - Part ${part_i}`
81
}
82
- } else if (citation.filepath && citation.reindex_id) {
83
- citationFilename = `${citation.filepath} - Part ${citation.reindex_id}`
+ // } else if (citation.filepath && citation.reindex_id) {
+ // citationFilename = `${citation.filepath} - Part ${citation.reindex_id}`
84
85
citationFilename = `Citation ${index}`
86
0 commit comments