This commit is contained in:
Paul Gauthier 2025-03-08 08:30:25 -08:00
parent 634bfb1eae
commit 6bf683409f

View file

@ -7,8 +7,8 @@ from aider.dump import dump # noqa
# Standard tag identifier
REASONING_TAG = "thinking-content-" + "7bbeb8e1441453ad999a0bbba8a46d4b"
# Output formatting
REASONING_START = "-----\n> Thought Process"
REASONING_END = "-----\n> Answer"
REASONING_START = "-----\n**► THINKING**"
REASONING_END = "-----\n**► ANSWER**"
def remove_reasoning_content(res, reasoning_tag):