langchain/docs/modules/agents/tools/examples
Samuli Rauatmaa 66828ad231
add the existing OpenWeatherMap tool to the public api (#4292)
[OpenWeatherMapAPIWrapper](f70e18a5b3/docs/modules/agents/tools/examples/openweathermap.ipynb)
works wonderfully, but the _tool_ itself can't be used in master branch.

- added OpenWeatherMap **tool** to the public api, to be loadable with
`load_tools` by using "openweathermap-api" tool name (that name is used
in the existing
[docs](aff33d52c5/docs/modules/agents/tools/getting_started.md),
at the bottom of the page)
- updated OpenWeatherMap tool's **description** to make the input format
match what the API expects (e.g. `London,GB` instead of `'London,GB'`)
- added [ecosystem documentation page for
OpenWeatherMap](f9c41594fe/docs/ecosystem/openweathermap.md)
- added tool usage example to [OpenWeatherMap's
notebook](f9c41594fe/docs/modules/agents/tools/examples/openweathermap.ipynb)

Let me know if there's something I missed or something needs to be
updated! Or feel free to make edits yourself if that makes it easier for
you 🙂
2023-05-14 18:50:45 -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
bing_search.ipynb
chatgpt_plugins.ipynb
ddg.ipynb
filesystem.ipynb
google_places.ipynb
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
huggingface_tools.ipynb Load HuggingFace Tool (#4475) 2023-05-11 00:07:36 -07:00
human_tools.ipynb query correction from when to what (#4383) 2023-05-09 07:42:47 -07:00
ifttt.ipynb
metaphor_search.ipynb Harrison/metaphor search (#4657) 2023-05-13 21:45:05 -07:00
openweathermap.ipynb add the existing OpenWeatherMap tool to the public api (#4292) 2023-05-14 18:50:45 -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
searx_search.ipynb
serpapi.ipynb
wikipedia.ipynb added Wikipedia document loader (#4141) 2023-05-06 09:32:45 -07:00
wolfram_alpha.ipynb
youtube.ipynb add youtube tools (#4320) 2023-05-08 08:29:30 -07:00
zapier.ipynb