fix: "export as .pdf" broken

This commit is contained in:
AnotiaWang
2025-02-13 00:08:49 +08:00
parent d062977775
commit f1dd76b297
7 changed files with 196 additions and 509 deletions

View File

@ -268,7 +268,7 @@ export async function deepResearch({
})
try {
const result = await useTavily().search(searchQuery.query, {
maxResults: 5,
maxResults: 1,
})
console.log(
`Ran ${searchQuery.query}, found ${result.results.length} contents`,