This commit is contained in:
Paul Gauthier 2025-03-08 08:10:00 -08:00
parent b1e8d29ae0
commit 92c616f717

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> Thought Process"
REASONING_END = "-----\n> Answer"
def remove_reasoning_content(res, reasoning_tag):