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

@ -425,6 +425,7 @@ export const POST = async (req: Request) => {
}),
),
);
writer.close();
cleanupCancelToken(message.messageId);
});