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) {