From ae7dbd1fa5be2130929e24f5a8ab2051e8019760 Mon Sep 17 00:00:00 2001 From: Hamza Kyamanywa Date: Wed, 19 Mar 2025 04:58:28 +0900 Subject: [PATCH] docs: correct the word "every" (#3902) - PR fix the word "every" in the sentence "It will be called every time the LLM is called" --- docs/docs/how-tos/update-state-from-tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/update-state-from-tools.ipynb b/docs/docs/how-tos/update-state-from-tools.ipynb index 0a7311342..1aea00556 100644 --- a/docs/docs/how-tos/update-state-from-tools.ipynb +++ b/docs/docs/how-tos/update-state-from-tools.ipynb @@ -210,7 +210,7 @@ "id": "cbb06aea-6654-4245-91f8-af6e8f2b5377", "metadata": {}, "source": [ - "Let's now add personalization: we'll respond differently to the user based on the state values AFTER the state has been updated from the tool. To achieve this, let's define a function that will dynamically construct the system prompt based on the graph state. It will be called ever time the LLM is called and the function output will be passed to the LLM:" + "Let's now add personalization: we'll respond differently to the user based on the state values AFTER the state has been updated from the tool. To achieve this, let's define a function that will dynamically construct the system prompt based on the graph state. It will be called every time the LLM is called and the function output will be passed to the LLM:" ] }, {