Skip to content

Commit

Permalink
docs: pass in graph state to tool (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jul 18, 2024
1 parent 246b7da commit 97ae473
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 99 deletions.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ 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)

## Other

- [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)

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ 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
- Other:
- Run graph asynchronously: how-tos/async.ipynb
- Visualize your graph: how-tos/visualization.ipynb
- Add runtime configuration: how-tos/configuration.ipynb
- Pass runtime values to tools: how-tos/pass-run-time-values-to-tools.ipynb
- Use Pydantic model as state: how-tos/state-model.ipynb
- Use a context object in state: how-tos/state-context-key.ipynb
- Prebuilt ReAct Agent:
Expand Down
Loading

0 comments on commit 97ae473

Please sign in to comment.