diff --git a/docs/tools.md b/docs/tools.md index 38199c581..7edd85936 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -16,7 +16,7 @@ OpenAI offers a few built-in tools when using the [`OpenAIResponsesModel`][agent - The [`CodeInterpreterTool`][agents.tool.CodeInterpreterTool] lets the LLM execute code in a sandboxed environment. - The [`HostedMCPTool`][agents.tool.HostedMCPTool] exposes a remote MCP server's tools to the model. - The [`ImageGenerationTool`][agents.tool.ImageGenerationTool] generates images from a prompt. -- The [`LocalShellTool`][agents.tool.LocalShellTool] runs shell commands on your machine. +- The [`LocalShellTool`][agents.tool.LocalShellTool] allows running shell commands on your **local machine**. ```python from agents import Agent, FileSearchTool, Runner, WebSearchTool