style: update reasoning tag formatting for better readability

This commit is contained in:
Paul Gauthier 2025-03-07 19:38:43 -08:00 committed by Paul Gauthier (aider)
parent e0cef55fcd
commit b1e8d29ae0

View file

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