mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-03 01:42:45 +00:00
style(logging): use loguru parameterized formatting in suppression log
This commit is contained in:
parent
ddae3e9d5f
commit
8cc54b188d
@ -391,8 +391,9 @@ class AgentLoop:
|
||||
|
||||
if suppress_final_reply:
|
||||
logger.info(
|
||||
"Skipping final auto-reply because message tool already sent to "
|
||||
f"{msg.channel}:{msg.chat_id} in this turn"
|
||||
"Skipping final auto-reply because message tool already sent to {}:{} in this turn",
|
||||
msg.channel,
|
||||
msg.chat_id,
|
||||
)
|
||||
return None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user