From ae00a21bf3b6834f9acb29ca283f1c9b4e99e9f3 Mon Sep 17 00:00:00 2001 From: ashish-spext <115700058+ashish-spext@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:46:09 +0530 Subject: [PATCH] Minor update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2662a41..5017393 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ To create a new agent in Director, follow these steps: - Rename the class (e.g., from `SampleAgent` to `YourAgentName`) - Update `agent_name` and `description` -3. **Modify the `__call__` method**: +3. **Modify the `run` method**: - Update parameters and docstring - Implement your agent's logic