drop what was a print that didnt get deleted properly

This commit is contained in:
lorenzejay
2026-01-29 11:52:53 -08:00
parent 55448eb6ef
commit 335696d0ee

View File

@@ -1859,7 +1859,6 @@ class Agent(BaseAgent):
# Execute the agent (this is called from sync path, so invoke returns dict)
result = cast(dict[str, Any], executor.invoke(inputs))
output = result.get("output", "")
(f"output: {output}")
# Handle response format conversion
formatted_result: BaseModel | None = None