From 894c272a562471aadc1eb48e4a2992923533dea0 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 17 Apr 2023 21:59:32 -0700 Subject: [PATCH] tool validation logic --- docs/modules/agents/tools.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/agents/tools.rst b/docs/modules/agents/tools.rst index 8a0d46e1..e9454349 100644 --- a/docs/modules/agents/tools.rst +++ b/docs/modules/agents/tools.rst @@ -24,6 +24,7 @@ Next, we have some examples of customizing and generically working with tools ./tools/custom_tools.ipynb ./tools/multi_input_tool.ipynb + ./tools/tool_input_validation.ipynb In this documentation we cover generic tooling functionality (eg how to create your own)