mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 06:42:50 +00:00
drop what was a print that didnt get deleted properly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user