langchain/docs/modules/agents/tools
Prayson Wilfred Daniel 2b4ba203f7
query correction from when to what (#4383)
# Minor Wording Documentation Change 

```python
agent_chain.run("When's my friend Eric's surname?")
# Answer with 'Zhu'
```

is change to 

```python
agent_chain.run("What's my friend Eric's surname?")
# Answer with 'Zhu'
```

I think when is a residual of the old query that was "When’s my friends
Eric`s birthday?".
2023-05-09 07:42:47 -07:00
..
examples query correction from when to what (#4383) 2023-05-09 07:42:47 -07:00
custom_tools.ipynb Update some Tools Docs (#3913) 2023-05-01 19:07:26 -07:00
getting_started.md Add OpenWeatherMap API Tool (#2083) 2023-03-28 12:02:14 -07:00
multi_input_tool.ipynb Update Notebooks (#4051) 2023-05-03 09:31:02 -07:00
tool_input_validation.ipynb Update Tool Input (#3103) 2023-04-18 18:18:33 -07:00