```diff
--- test_files/144-original.txt	2025-03-07 19:06:26
+++ test_files/144-modified.txt	2025-03-07 19:06:26
@@ -50,7 +50,7 @@
 
 # Initialize the agent
 agent = FunctionCallingAgentWorker(
-    tools=tools,
+    tools=tools, # type: ignore
     llm=llm,
     prefix_messages=prefix_messages,
     max_function_calls=10,
```
