feat: add edit_format to event() call

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 10:04:28 -07:00
parent 26fe63b7ac
commit 1ebe5f8bd5

View file

@ -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,