docs: add how to for passing config to tools (#1063)

This commit is contained in:
Vadym Barda
2024-07-18 13:33:56 -04:00
committed by GitHub
parent 97281d708b
commit 95a4a55849
4 changed files with 420 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ _MANUAL = {
"pass-run-time-values-to-tools.ipynb",
"tool-calling.ipynb",
"tool-calling-errors.ipynb",
"pass-config-to-tools.ipynb",
"dynamic-returning-direct.ipynb",
"managing-agent-steps.ipynb",
"respond-in-format.ipynb",
+1
View File
@@ -59,6 +59,7 @@ These guides show how to use different streaming modes.
- [How to call tools using ToolNode](tool-calling.ipynb)
- [How to handle tool calling errors](tool-calling-errors.ipynb)
- [How to pass graph state to tools](pass-run-time-values-to-tools.ipynb)
- [How to pass config to tools](pass-config-to-tools.ipynb)
## Other
+1
View File
@@ -156,6 +156,7 @@ nav:
- Call tools using ToolNode: how-tos/tool-calling.ipynb
- Handle tool calling errors: how-tos/tool-calling-errors.ipynb
- Pass graph state to tools: how-tos/pass-run-time-values-to-tools.ipynb
- Pass config to tools: how-tos/pass-config-to-tools.ipynb
- Other:
- Run graph asynchronously: how-tos/async.ipynb
- Visualize your graph: how-tos/visualization.ipynb
File diff suppressed because one or more lines are too long