From a3b08bb373e2b90647ce3f6d9bb437a0c72df5ca Mon Sep 17 00:00:00 2001 From: Laurent AJDNIK <83899250+LaurentAjdnik@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:08:26 +0100 Subject: [PATCH] Missing word in "How to call functions with chat models" (#1600) --- examples/How_to_call_functions_with_chat_models.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/How_to_call_functions_with_chat_models.ipynb b/examples/How_to_call_functions_with_chat_models.ipynb index e49a5ac5f1..45102bddcd 100644 --- a/examples/How_to_call_functions_with_chat_models.ipynb +++ b/examples/How_to_call_functions_with_chat_models.ipynb @@ -648,7 +648,7 @@ "id": "77e6e5ea", "metadata": {}, "source": [ - "Now can use these utility functions to extract a representation of the database schema." + "Now we can use these utility functions to extract a representation of the database schema." ] }, {