mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Mention no. of docs in agents knowledge base in its badge hover text
This commit is contained in:
@@ -302,9 +302,7 @@ function AgentCard(props: AgentCardProps) {
|
||||
<Badge
|
||||
icon={<Book />}
|
||||
text={`knowledge`}
|
||||
hoverText={
|
||||
"The agent has a custom knowledge base it can use to give you answers."
|
||||
}
|
||||
hoverText={`The agent has a custom knowledge base with ${props.data.files.length} documents. It can use them to give you answers.`}
|
||||
/>
|
||||
)}
|
||||
<Badge
|
||||
|
||||
Reference in New Issue
Block a user