Add guide on handling tool calling errors (#1012)

* Fix example

CC @vbarda

* Progress on tool calling errors

* Update

* Rename

* Format

* Clean up outputs

* Revert

* Use stream instead of invoke for final example
This commit is contained in:
Jacob Lee
2024-07-15 23:22:50 -07:00
committed by GitHub
parent 2a1cdd31c5
commit 449b42717c
4 changed files with 546 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ _MANUAL = {
"subgraph.ipynb",
"force-calling-a-tool-first.ipynb",
"pass-run-time-values-to-tools.ipynb",
"tool-calling-errors.ipynb",
"dynamic-returning-direct.ipynb",
"managing-agent-steps.ipynb",
"respond-in-format.ipynb",