feat: show citation info in run history (#3399)
This commit is contained in:
@@ -163,8 +163,8 @@ const Answer: FC<AnswerProps> = ({
|
||||
}
|
||||
<SuggestedQuestions item={item} />
|
||||
{
|
||||
!!citation?.length && config?.retriever_resource?.enabled && !responding && (
|
||||
<Citation data={citation} showHitInfo={config.supportCitationHitInfo} />
|
||||
!!citation?.length && !responding && (
|
||||
<Citation data={citation} showHitInfo={config?.supportCitationHitInfo} />
|
||||
)
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user