We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0366b commit 2b8c408Copy full SHA for 2b8c408
src/agents/tool.py
@@ -264,7 +264,11 @@ class LocalShellCommandRequest:
264
265
@dataclass
266
class LocalShellTool:
267
- """A tool that allows the LLM to execute commands on a shell."""
+ """A tool that allows the LLM to execute commands on a shell.
268
+
269
+ For more details, see:
270
+ https://platform.openai.com/docs/guides/tools-local-shell
271
+ """
272
273
executor: LocalShellExecutor
274
"""A function that executes a command on a shell."""
0 commit comments