docs: agents & callbacks fixes (#10066)

Various improvements to the Agents & Callbacks sections of the
documentation including formatting, spelling, and grammar fixes to
improve readability.
This commit is contained in:
seamusp
2023-09-01 13:28:55 -07:00
committed by GitHub
parent 58d7d86e51
commit afd96b2460
33 changed files with 116 additions and 119 deletions

View File

@@ -17,9 +17,11 @@
"id": "LFKylC3CPtTl"
},
"source": [
"Install libraries which are required to run this example notebook\n",
"Install libraries which are required to run this example notebook:\n",
"\n",
"`pip install -q openai langchain yfinance`"
"```bash\n",
"pip install -q openai langchain yfinance\n",
"```\n"
]
},
{