Fix ask_database in call functions with chat model example
This commit is contained in:
parent
4dec83a4ac
commit
9079129d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue