This commit is contained in:
Yuhong Sun
2025-02-02 17:45:59 -08:00
committed by Evan Lohn
parent 16265d27f5
commit 9a3ce504bc

View File

@@ -90,16 +90,17 @@ export function AgenticToggle({
> >
<div className="flex items-center space-x-2 mb-3"> <div className="flex items-center space-x-2 mb-3">
<h3 className="text-sm font-semibold text-gray-900"> <h3 className="text-sm font-semibold text-gray-900">
Agent Search Agent Search (BETA)
</h3> </h3>
</div> </div>
<p className="text-xs text-gray-600 mb-2"> <p className="text-xs text-gray-600 mb-2">
Agent Search uses AI agents to break down questions and run deep Use AI agents to break down questions and run deep iterative
iterative research on promising pathways. Gives more thorough and research through promising pathways. Gives more thorough and
accurate responses but takes slightly longer. accurate responses but takes slightly longer.
</p> </p>
<ul className="text-xs text-gray-600 list-disc list-inside"> <ul className="text-xs text-gray-600 list-disc list-inside">
<li>Greater breadth and accuracy of search results</li> <li>Improved accuracy of search results</li>
<li>Less hallucinations</li>
<li>More comprehensive answers</li> <li>More comprehensive answers</li>
</ul> </ul>
</TooltipContent> </TooltipContent>