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