mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
copy
This commit is contained in:
parent
634bfb1eae
commit
6bf683409f
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 = "-----\n> Thought Process"
|
||||
REASONING_END = "-----\n> Answer"
|
||||
REASONING_START = "-----\n**► THINKING**"
|
||||
REASONING_END = "-----\n**► ANSWER**"
|
||||
|
||||
|
||||
def remove_reasoning_content(res, reasoning_tag):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue