agent: rename fake weather tools

This commit is contained in:
ochafik 2024-04-10 08:37:09 +01:00
parent 6c00378630
commit 082d54db14
2 changed files with 1 additions and 1 deletions

View file

@ -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
```