diff --git a/src/agents/tool.py b/src/agents/tool.py index 16e149904..12f43ee76 100644 --- a/src/agents/tool.py +++ b/src/agents/tool.py @@ -264,7 +264,11 @@ class LocalShellCommandRequest: @dataclass class LocalShellTool: - """A tool that allows the LLM to execute commands on a shell.""" + """A tool that allows the LLM to execute commands on a shell. + + For more details, see: + https://platform.openai.com/docs/guides/tools-local-shell + """ executor: LocalShellExecutor """A function that executes a command on a shell."""