We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97f0ff commit d5276b9Copy full SHA for d5276b9
website/docs/tutorial/code-executors.ipynb
@@ -680,9 +680,9 @@
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 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",
+ "If some code blocks contain expensive computations (e.g., training a\n",
+ "machine learning model and loading a large amount of data), and you want to\n",
+ "keep the state in memory to avoid repeated computations,\n",
686
"the Jupyter code executor is a better choice."
687
]
688
},
0 commit comments