From f1d55808f0b415af18a9ce2e14c93a1e5b21fb34 Mon Sep 17 00:00:00 2001 From: Piaoyang Cui Date: Tue, 13 Jun 2023 15:41:58 -0700 Subject: [PATCH] Fix ask_database in call functions with chat model example --- 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 a80f6e14..e50977a0 100644 --- a/examples/How_to_call_functions_with_chat_models.ipynb +++ b/examples/How_to_call_functions_with_chat_models.ipynb @@ -428,7 +428,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",