From 01f063d22afb944686fe248300c0bc37d01a0ce8 Mon Sep 17 00:00:00 2001 From: Dustin Date: Tue, 16 Apr 2024 14:04:12 +0900 Subject: [PATCH] Update code-executors.ipynb (#2396) fix grammar --- website/docs/tutorial/code-executors.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/code-executors.ipynb b/website/docs/tutorial/code-executors.ipynb index 64ccc0b6b49c..1a898ba5019b 100644 --- a/website/docs/tutorial/code-executors.ipynb +++ b/website/docs/tutorial/code-executors.ipynb @@ -809,7 +809,7 @@ "In this chapter, we introduced code executors, how to set up Docker and local\n", "execution, and how to use code execution in a conversation to solve tasks.\n", "In the next chapter, we will introduce tool use, which is similar to code\n", - "executors but restricts what code agent can execute." + "executors but restricts what code an agent can execute." ] } ],