mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor: Extract reasoning content removal to a helper method
This commit is contained in:
parent
97091fab60
commit
586af2a435
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ class Coder:
|
|||
|
||||
self.partial_response_content = self.get_multi_response_content_in_progress(True)
|
||||
|
||||
# make a helper method
|
||||
# ai: make a helper method...
|
||||
self.partial_response_content = self.main_model.remove_reasoning_content(
|
||||
self.partial_response_content,
|
||||
self.reasoning_tag_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue