mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-06 11:37:12 +00:00
x
This commit is contained in:
parent
d677aa5d8e
commit
57d9a4feab
@ -529,6 +529,9 @@ for modifying **multiple** key-value pairs at once:
|
||||
|
||||
For key-value store implementations, see [this section](/docs/integrations/stores/).
|
||||
|
||||
|
||||
**Version A**
|
||||
|
||||
### Tools
|
||||
<span data-heading-keywords="tool,tools"></span>
|
||||
|
||||
@ -538,6 +541,13 @@ OR
|
||||
|
||||
[What are tools?](/docs/concepts/tools): Tools are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models. Tools are needed whenever you want a model to control parts of your code or call out to external APIs.
|
||||
|
||||
|
||||
**Version 2**
|
||||
### [Tools2](/docs/concepts/tools)
|
||||
|
||||
|
||||
|
||||
|
||||
## Toolkits
|
||||
<span data-heading-keywords="toolkit,toolkits"></span>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user