feat: Update web search agent to return top 12 results and enhance message box interactivity
This commit is contained in:
parent
feec1cd608
commit
190153fbc2
4 changed files with 12 additions and 11 deletions
|
|
@ -425,6 +425,7 @@ export const POST = async (req: Request) => {
|
|||
}),
|
||||
),
|
||||
);
|
||||
writer.close();
|
||||
cleanupCancelToken(message.messageId);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue