feat: Update web search agent to return top 12 results and enhance message box interactivity

This commit is contained in:
Willie Zutz 2025-06-24 00:10:25 -06:00
parent feec1cd608
commit 190153fbc2
4 changed files with 12 additions and 11 deletions

View file

@ -93,7 +93,7 @@ const MessageBox = ({
) : (
<>
<div className="flex items-center">
<h2 className="text-black dark:text-white font-medium text-3xl">
<h2 className="text-black dark:text-white font-medium text-3xl" onClick={startEditMessage}>
{message.content}
</h2>
<button