From a40447df2976476e9453cd4ffd6495f909a4683b Mon Sep 17 00:00:00 2001 From: Vidit Ostwal <110953813+Vidit-Ostwal@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:19:27 +0530 Subject: [PATCH] updated docs (#2989) Co-authored-by: Lucas Gomide --- docs/concepts/agents.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/concepts/agents.mdx b/docs/concepts/agents.mdx index bdf32b2cd..42d4de7c9 100644 --- a/docs/concepts/agents.mdx +++ b/docs/concepts/agents.mdx @@ -295,6 +295,11 @@ multimodal_agent = Agent( - `"safe"`: Uses Docker (recommended for production) - `"unsafe"`: Direct execution (use only in trusted environments) + + This runs a default Docker image. If you want to configure the docker image, the checkout the Code Interpreter Tool in the tools section. + Add the code interpreter tool as a tool in the agent as a tool parameter. + + #### Advanced Features - `multimodal`: Enable multimodal capabilities for processing text and visual content - `reasoning`: Enable agent to reflect and create plans before executing tasks