From 76abfdc9b657d1a42251114ba46b97697838e05a Mon Sep 17 00:00:00 2001 From: Dustin Date: Tue, 16 Apr 2024 13:25:37 +0900 Subject: [PATCH] Update code-executors.ipynb 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 dcd7ace42c34..0f04de3253fd 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." ] } ],