Fix ask_database in call functions with chat model example

pull/1077/head
Piaoyang Cui 1 year ago
parent f62fd7c99d
commit f1d55808f0

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

Loading…
Cancel
Save