mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: add edit_format to event() call
This commit is contained in:
parent
26fe63b7ac
commit
1ebe5f8bd5
1 changed files with 1 additions and 0 deletions
|
@ -1436,6 +1436,7 @@ class Coder:
|
|||
self.event(
|
||||
"message_send",
|
||||
main_model=self.main_model,
|
||||
edit_format=self.edit_format,
|
||||
prompt_tokens=prompt_tokens,
|
||||
completion_tokens=completion_tokens,
|
||||
total_tokens=prompt_tokens + completion_tokens,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue