mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Fixed JSON formatting bug in arxiv_functions (#562)
This commit is contained in:
parent
6597537307
commit
a74a7a7940
@ -596,6 +596,8 @@
|
|||||||
" },\n",
|
" },\n",
|
||||||
" \"required\": [\"query\"],\n",
|
" \"required\": [\"query\"],\n",
|
||||||
" },\n",
|
" },\n",
|
||||||
|
" },\n",
|
||||||
|
" {\n",
|
||||||
" \"name\": \"read_article_and_summarize\",\n",
|
" \"name\": \"read_article_and_summarize\",\n",
|
||||||
" \"description\": \"\"\"Use this function to read whole papers and provide a summary for users.\n",
|
" \"description\": \"\"\"Use this function to read whole papers and provide a summary for users.\n",
|
||||||
" You should NEVER call this function before get_articles has been called in the conversation.\"\"\",\n",
|
" You should NEVER call this function before get_articles has been called in the conversation.\"\"\",\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user