Skip to content

Commit 66f3526

Browse files
committed
open annotations on response generation
1 parent e0f761d commit 66f3526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/components/ChatV2/Annotations.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const AnnotationBox = ({
3939
alignItems: 'center',
4040
borderRadius: '100%',
4141
fontSize: '0.8rem',
42-
mt: '0.4rem'
4342
}}>
4443
{relevanceOrder}
4544
</Box>

src/client/components/ChatV2/ChatV2.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ export const ChatV2 = () => {
103103
handleCompletionStreamError(error, fileName)
104104
},
105105
onFileSearchComplete: (fileSearch) => {
106-
setFileSearch(fileSearch)
106+
setFileSearch(fileSearch) // possibly deprecating this
107+
setActiveFileSearchResult(fileSearch)
107108
},
108109
})
109110

0 commit comments

Comments
 (0)