You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/chains
Ankush Gola 7b5e160d28
Make Tools own model, add ToolKit Concept (#1095)
Follow-up of @hinthornw's PR:

- Migrate the Tool abstraction to a separate file (`BaseTool`).
- `Tool` implementation of `BaseTool` takes in function and coroutine to
more easily maintain backwards compatibility
- Add a Toolkit abstraction that can own the generation of tools around
a shared concept or state

---------

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Francisco Ingham <fpingham@gmail.com>
Co-authored-by: Dhruv Anand <105786647+dhruv-anand-aintech@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
Co-authored-by: Anton Troynikov <atroyn@users.noreply.github.com>
Co-authored-by: Oliver Klingefjord <oliver@klingefjord.com>
Co-authored-by: William Fu-Hinthorn <whinthorn@Williams-MBP-3.attlocal.net>
Co-authored-by: Bruno Bornsztein <bruno.bornsztein@gmail.com>
2 years ago
..
combine_docs_examples Make Tools own model, add ToolKit Concept (#1095) 2 years ago
examples fix sql (#1141) 2 years ago
generic chroma docs (#1012) 2 years ago
async_chain.ipynb add to async chain notebook (#1056) 2 years ago
combine_docs.md map rerank chain (#516) 2 years ago
combine_docs_how_to.rst add links (#1027) 2 years ago
generic_how_to.rst Feature: linkcheck-action (#534) (#542) 2 years ago
getting_started.ipynb Docs refactor (#480) 2 years ago
how_to_guides.rst Modify number of types of chains (#1089) 2 years ago
key_concepts.md Fix typo in key_concepts.md (#535) 2 years ago
utility_how_to.rst Harrison/new api chain (#623) 2 years ago