We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b9feb commit fd4e722Copy full SHA for fd4e722
website/docs/tutorial/code-executors.ipynb
@@ -680,7 +680,7 @@
680
"nature of the code blocks in agents' conversation.\n",
681
"If each code block is a \"script\" that does not use variables from\n",
682
"previous code blocks, the command line code executor is a good choice.\n",
683
- "If the some conde blocks contain expensive computation (e.g., training a\n",
+ "If the some code blocks contain expensive computation (e.g., training a\n",
684
"machine learning model and loading large amount of data), and you want to\n",
685
"keep the state in memory to avoid repeated computation,\n",
686
"the Jupyter code executor is a better choice."
0 commit comments