mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
fix(backend/copilot): run black formatter on service.py after lint fix
This commit is contained in:
@@ -1239,9 +1239,7 @@ def _session_messages_to_transcript(messages: list[ChatMessage]) -> str:
|
||||
# Malformed tool message — no tool_call_id to link to an
|
||||
# assistant tool_use block. Skip to avoid an unmatched
|
||||
# tool_result entry in the builder (which would confuse --resume).
|
||||
logger.warning(
|
||||
"[SDK] Skipping tool gap message with no tool_call_id"
|
||||
)
|
||||
logger.warning("[SDK] Skipping tool gap message with no tool_call_id")
|
||||
return builder.to_jsonl()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user