Fix all the bug in init Tool in docs (#1725)

Fix all the example in the docs when init `Tool`

Test by render with jupyter
This commit is contained in:
libra
2023-03-17 12:55:44 +08:00
committed by GitHub
parent 5d8dc83ede
commit 8a95fdaee1
5 changed files with 12 additions and 6 deletions

View File

@@ -121,7 +121,8 @@
"tools = [\n",
" Tool(\n",
" name=\"Intermediate Answer\",\n",
" func=search.run\n",
" func=search.run,\n",
" description=\"useful for when you need to ask with search\"\n",
" )\n",
"]\n",
"\n",