diff --git a/examples/agent/README.md b/examples/agent/README.md index 6cdabd0e2..606ad4c00 100644 --- a/examples/agent/README.md +++ b/examples/agent/README.md @@ -29,7 +29,7 @@ python -m examples.agent \ ```bash python -m examples.agent \ - --tools examples/agent/tools/example_weather_tools.py \ + --tools examples/agent/tools/fake_weather_tools.py \ --goal "What is the weather going to be like in San Francisco and Glasgow over the next 4 days." \ --greedy ``` diff --git a/examples/agent/tools/example_weather_tools.py b/examples/agent/tools/fake_weather_tools.py similarity index 100% rename from examples/agent/tools/example_weather_tools.py rename to examples/agent/tools/fake_weather_tools.py