langchain/docs/modules/agents/tools/examples
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
..
apify.ipynb Vwp/docs improved document loaders (#4006) 2023-05-02 15:24:53 -07:00
arxiv.ipynb Remove pip stdout and fix typo (#4050) 2023-05-03 18:06:39 -07:00
awslambda.ipynb Lambda Tool (#3842) 2023-04-30 15:15:09 -07:00
bash.ipynb Add Shell Tool (#3335) 2023-04-28 11:10:43 -07:00
bing_search.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
chatgpt_plugins.ipynb Typo (#2747) 2023-04-12 09:06:30 -07:00
ddg.ipynb Align names of search tools (#3620) 2023-04-26 16:21:34 -07:00
filesystem.ipynb Add Other File Utilities (#3209) 2023-04-28 10:53:37 -07:00
google_places.ipynb Harrison/google places (#3207) 2023-04-20 07:57:07 -07:00
google_search.ipynb Update some Tools Docs (#3913) 2023-05-01 19:07:26 -07:00
google_serper.ipynb google-serper: async + full json results + support for Google Images, Places and News (#4078) 2023-05-03 22:35:48 -07:00
gradio_tools.ipynb Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
human_tools.ipynb query correction from when to what (#4383) 2023-05-09 07:42:47 -07:00
ifttt.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
openweathermap.ipynb Add OpenWeatherMap API Tool (#2083) 2023-03-28 12:02:14 -07:00
python.ipynb Update python_repl docs (#4012) 2023-05-03 22:45:32 -07:00
requests.ipynb Update some Tools Docs (#3913) 2023-05-01 19:07:26 -07:00
sceneXplain.ipynb Update some Tools Docs (#3913) 2023-05-01 19:07:26 -07:00
search_tools.ipynb bump version to 131 (#2391) 2023-04-04 07:21:50 -07:00
searx_search.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
serpapi.ipynb Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
wikipedia.ipynb added Wikipedia document loader (#4141) 2023-05-06 09:32:45 -07:00
wolfram_alpha.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
youtube.ipynb add youtube tools (#4320) 2023-05-08 08:29:30 -07:00
zapier.ipynb bump version to 131 (#2391) 2023-04-04 07:21:50 -07:00