docs: bring back how-to on passing runtime values to tools (#1003)

This commit is contained in:
Vadym Barda
2024-07-12 11:52:34 -04:00
committed by GitHub
parent f8c87afee1
commit f84f9374d3
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ These guides show how to use different streaming modes.
- [How to run graph asynchronously](async.ipynb)
- [How to visualize your graph](visualization.ipynb)
- [How to add runtime configuration to your graph](configuration.ipynb)
- [How to pass runtime values to tools](pass-run-time-values-to-tools.ipynb)
- [How to use a Pydantic model as your state](state-model.ipynb)
- [How to use a context object in state](state-context-key.ipynb)