From 4a825f61a549cc650b64cda06b2d987c9903ce16 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 6 Jun 2024 12:21:56 -0400 Subject: [PATCH] x (#613) --- examples/pass-run-time-values-to-tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pass-run-time-values-to-tools.ipynb b/examples/pass-run-time-values-to-tools.ipynb index 4d01a6a1e..8e1a3a0c2 100644 --- a/examples/pass-run-time-values-to-tools.ipynb +++ b/examples/pass-run-time-values-to-tools.ipynb @@ -93,7 +93,7 @@ "Here, we will make a function that dynamically creates 3 [custom-tools](https://python.langchain.com/docs/modules/agents/tools/custom_tools).\n", "\n", "This function will bind to the tools the correct `user_id`, allowing the LLM to only fill in the other relevant values. Importantly,\n", - "the LLM will be **unaware** that a user ID even!" + "the LLM will be **unaware** that a user ID even exists!" ] }, {