mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Fix function description (#626)
This commit is contained in:
parent
c651bfdda6
commit
8e6e058c6a
@ -595,7 +595,7 @@
|
|||||||
"functions = [\n",
|
"functions = [\n",
|
||||||
" {\n",
|
" {\n",
|
||||||
" \"name\": \"ask_database\",\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",
|
" \"parameters\": {\n",
|
||||||
" \"type\": \"object\",\n",
|
" \"type\": \"object\",\n",
|
||||||
" \"properties\": {\n",
|
" \"properties\": {\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user