Files
crewAI/docs/edge
theCyberTech d11a5dfb13 docs(file-writer): show tool attached to an agent, not called directly
Tools are meant to be handed to an Agent via tools=[...] and invoked by
the agent during a task. The previous example called the tool's method
directly, which is not how users should use CrewAI tools. Replace with a
full agent+task+crew example mirroring the pattern used by sibling
tool pages (e.g. seleniumscrapingtool).
2026-06-28 13:26:33 +08:00
..