From 090e61591da2666261e9f5411e7fd93a06bf56b7 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Mon, 3 Feb 2025 13:17:52 +0800 Subject: [PATCH] chore: first commit --- TODO.md | 3 +++ TODO.txt | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 TODO.md delete mode 100644 TODO.txt diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..0481a6f --- /dev/null +++ b/TODO.md @@ -0,0 +1,3 @@ +~disable answer after bad attempts for 1 step~ +~into the beast mode when all attempts failed or token budget is exhausted, disable all actions but answer~ +XMLize the prompt \ No newline at end of file diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 90bc4a6..0000000 --- a/TODO.txt +++ /dev/null @@ -1,2 +0,0 @@ -disable answer after bad attempts for 1 step -into the beast mode when all attempts failed or token budget is exhausted, disable all actions but answer \ No newline at end of file