mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: update reasoning tag formatting for better readability
This commit is contained in:
parent
e0cef55fcd
commit
b1e8d29ae0
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue