mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 09:34:59 +00:00
Merge pull request #4193 from tanavamsikrishna/main
This commit is contained in:
commit
8d48def24d
1 changed files with 5 additions and 1 deletions
|
@ -1001,7 +1001,11 @@ class InputOutput:
|
|||
self.console.print(*messages, style=style)
|
||||
|
||||
def get_assistant_mdstream(self):
|
||||
mdargs = dict(style=self.assistant_output_color, code_theme=self.code_theme)
|
||||
mdargs = dict(
|
||||
style=self.assistant_output_color,
|
||||
code_theme=self.code_theme,
|
||||
inline_code_lexer="text",
|
||||
)
|
||||
mdStream = MarkdownStream(mdargs=mdargs)
|
||||
return mdStream
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue