mirror of
https://github.com/dzhng/deep-research.git
synced 2026-03-22 07:57:16 +08:00
not printing so much contents
This commit is contained in:
@@ -76,7 +76,7 @@ async function processSerpResult({
|
||||
numFollowUpQuestions?: number;
|
||||
}) {
|
||||
const contents = compact(result.data.map(item => item.markdown));
|
||||
console.log(`Ran ${query}, found ${contents.length} contents`, contents);
|
||||
console.log(`Ran ${query}, found ${contents.length} contents`);
|
||||
|
||||
const res = await generateObject({
|
||||
model: o3MiniModel,
|
||||
|
||||
Reference in New Issue
Block a user