mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
refactor: Simplify reasoning tag formatting in base_coder.py
This commit is contained in:
parent
fb96cbcaaf
commit
240a5613a5
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ from ..dump import dump # noqa: F401
|
|||
from .chat_chunks import ChatChunks
|
||||
|
||||
REASONING_TAG = "thinking-content-" + "7bbeb8e1441453ad999a0bbba8a46d4b"
|
||||
REASONING_START = "> Thinking ...\n\n"
|
||||
REASONING_END = "\n\n> ... done thinking.\n\n------\n\n"
|
||||
REASONING_START = "> Thinking ..."
|
||||
REASONING_END = "> ... done thinking.\n\n------"
|
||||
|
||||
|
||||
class UnknownEditFormat(ValueError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue