From 082d54db142604c8ff076c0ba4cf7ae96ac0a6ed Mon Sep 17 00:00:00 2001 From: ochafik Date: Wed, 10 Apr 2024 08:37:09 +0100 Subject: [PATCH] agent: rename fake weather tools --- examples/agent/README.md | 2 +- .../tools/{example_weather_tools.py => fake_weather_tools.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/agent/tools/{example_weather_tools.py => fake_weather_tools.py} (100%) 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