Update openai_multi_functions_agent.ipynb (#10144)

typo fix
This commit is contained in:
Nino Risteski 2023-09-03 22:00:48 +02:00 committed by GitHub
parent f968b86652
commit 0c0a7d19eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
"id": "86198d9c",
"metadata": {},
"source": [
"The agent is given ability to perform search functionalities with the respective tool\n",
"The agent is given the ability to perform search functionalities with the respective tool\n",
"\n",
"`SerpAPIWrapper`:\n",
">This initializes the `SerpAPIWrapper` for search functionality (search).\n"