agent: rename fake weather tools
This commit is contained in:
parent
6c00378630
commit
082d54db14
2 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ python -m examples.agent \
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m examples.agent \
|
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." \
|
--goal "What is the weather going to be like in San Francisco and Glasgow over the next 4 days." \
|
||||||
--greedy
|
--greedy
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue