From 89e8e85fb690ad87746364a69f969e5ae767caf9 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Wed, 21 Aug 2024 20:40:25 +0800 Subject: [PATCH] fix: the deffered message not be formatted if no AI running at last. #13 --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index eea184d..5a9e666 100644 --- a/TODO +++ b/TODO @@ -35,3 +35,4 @@ bugs: ✔ Circular reference detected in call external to external script @done(24-08-21 20:26) ✔ [[VAR]] trigger infinite loop if LLM continue output [[VAR]] @done(24-08-21 18:09:50) ✔ "---" directive can be used in block @done(24-08-21 20:39) + ✔ the deffered message not be formatted if no AI running at last @done(24-08-21 20:40)