mirror of
https://github.com/larchanka/manbot.git
synced 2026-05-13 21:42:08 +00:00
Hide scheduled query
This commit is contained in:
committed by
Mikhail Larchanka
parent
9e021f2593
commit
35e32c8e4b
@@ -1005,8 +1005,8 @@ export class Orchestrator {
|
||||
|
||||
ConsoleLogger.info("core", `Triggering autonomous AI task: "${query}" for chatId ${chatIdNum} (taskId: ${taskId})`);
|
||||
|
||||
// Immediate feedback so user knows the cron triggered
|
||||
this.sendToTelegram(chatIdNum, `🤖 <b>Autonomous task triggered</b>:\n<blockquote>${query}</blockquote>\n\nStarting planning...`, true, "HTML");
|
||||
// TODO: Immediate feedback so user knows the cron triggered
|
||||
// this.sendToTelegram(chatIdNum, `🤖 <b>Autonomous task triggered</b>:\n<blockquote>${query}</blockquote>\n\nStarting planning...`, true, "HTML");
|
||||
|
||||
// Route to task queue (priority 0 for synthetic)
|
||||
this.enqueueTask({
|
||||
|
||||
Reference in New Issue
Block a user