docs: update how-to for passing runtime values (#1984)

Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
Vadym Barda
2024-10-05 01:23:55 +00:00
committed by GitHub
co-authored by William Fu-Hinthorn
parent db3271ace5
commit b35fe5864d
10 changed files with 431 additions and 334 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ nav:
- Tool calling:
- 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 runtime values to tools: how-tos/pass-run-time-values-to-tools.ipynb
- Pass config to tools: how-tos/pass-config-to-tools.ipynb
- Handle many tools: how-tos/many-tools.ipynb
- Subgraphs: