From 66170193f146eb7c5824f05ba11bfc15428e772e Mon Sep 17 00:00:00 2001 From: doraeb <13126282133@163.com> Date: Mon, 10 Mar 2025 23:52:57 +0800 Subject: [PATCH] fix: default report fix --- src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.ts b/src/run.ts index 6815ac0..61d6d62 100644 --- a/src/run.ts +++ b/src/run.ts @@ -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) {