jack 5 dni temu
rodzic
commit
12e5d2ef68
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/core/runner/thread_runner.py

+ 1 - 1
app/core/runner/thread_runner.py

@@ -172,7 +172,7 @@ class ThreadRunner:
 
         tool_call_messages = []
         for step in run_steps:
-            logging.info("stepstep %d is running", step)
+            logging.info("stepstep %s is running", step)
             if step.type == "tool_calls" and step.status == "completed":
                 tool_call_messages += (
                     self.__convert_assistant_tool_calls_to_chat_messages(step)