From 4619f366e868a2c03c960261c4307c16a69d9181 Mon Sep 17 00:00:00 2001 From: Shantanu Nair Date: Wed, 9 Aug 2023 23:04:59 +0530 Subject: [PATCH] Fix function description (#626) --- 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 b434fcad..a368f033 100644 --- a/examples/How_to_call_functions_with_chat_models.ipynb +++ b/examples/How_to_call_functions_with_chat_models.ipynb @@ -595,7 +595,7 @@ "functions = [\n", " {\n", " \"name\": \"ask_database\",\n", - " \"description\": \"Use this function to answer user questions about music. Output should be a fully formed SQL query.\",\n", + " \"description\": \"Use this function to answer user questions about music. Input should be a fully formed SQL query.\",\n", " \"parameters\": {\n", " \"type\": \"object\",\n", " \"properties\": {\n",