docs[patch]: Add conceptual guide links to integration index pages (#25387)

This commit is contained in:
Jacob Lee
2024-08-14 07:14:24 -07:00
committed by GitHub
parent 493e474063
commit ddd7919f6a
5 changed files with 20 additions and 8 deletions

View File

@@ -173,6 +173,10 @@ custom_edit_url:
# Tools
[Tools](/docs/concepts/#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.
A [toolkit](/docs/concepts#toolkits) is a collection of tools meant to be used together.
:::info
If you'd like to write your own tool, see [this how-to](/docs/how_to/custom_tools/).