fix: default report fix

This commit is contained in:
doraeb
2025-03-10 23:52:57 +08:00
parent f937513046
commit 66170193f1

View File

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