From a74a7a7940928d504f6e9f7300ddef7f47e8659d Mon Sep 17 00:00:00 2001 From: aalmaksour82 <49364099+aalmaksour82@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:26:04 +0200 Subject: [PATCH] Fixed JSON formatting bug in arxiv_functions (#562) --- examples/How_to_call_functions_for_knowledge_retrieval.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/How_to_call_functions_for_knowledge_retrieval.ipynb b/examples/How_to_call_functions_for_knowledge_retrieval.ipynb index 48125e4..bfa7fb5 100644 --- a/examples/How_to_call_functions_for_knowledge_retrieval.ipynb +++ b/examples/How_to_call_functions_for_knowledge_retrieval.ipynb @@ -596,6 +596,8 @@ " },\n", " \"required\": [\"query\"],\n", " },\n", + " },\n", + " {\n", " \"name\": \"read_article_and_summarize\",\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",