Fix function description (#626)

pull/1077/head
Shantanu Nair 1 year ago committed by GitHub
parent 8e2c7b44c4
commit 4619f366e8

@ -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",

Loading…
Cancel
Save