mirror of
https://github.com/dzhng/deep-research.git
synced 2026-03-22 07:57:16 +08:00
fix: default report fix
This commit is contained in:
@@ -51,7 +51,7 @@ async function run() {
|
||||
const isReport =
|
||||
(await askQuestion(
|
||||
'Do you want to generate a long report or a specific answer? (report/answer, default report): ',
|
||||
)) === 'report';
|
||||
)) !== 'answer';
|
||||
|
||||
let combinedQuery = initialQuery;
|
||||
if (isReport) {
|
||||
|
||||
Reference in New Issue
Block a user