langchain/docs/modules/agents/tools
Zander Chase 9b9b231e10
Update some Tools Docs (#3913)
Haven't gotten to all of them, but this:
- Updates some of the tools notebooks to actually instantiate a tool
(many just show a 'utility' rather than a tool. More changes to come in
separate PR)
- Move the `Tool` and decorator definitions to `langchain/tools/base.py`
(but still export from `langchain.agents`)
- Add scene explain to the load_tools() function
- Add unit tests for public apis for the langchain.tools and langchain.agents modules
2023-05-01 19:07:26 -07:00
..
examples Update some Tools Docs (#3913) 2023-05-01 19:07:26 -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 bump version to 131 (#2391) 2023-04-04 07:21:50 -07:00
tool_input_validation.ipynb Update Tool Input (#3103) 2023-04-18 18:18:33 -07:00