Updated titles, descriptions.

This commit is contained in:
leo-gan
2023-08-29 15:40:12 -07:00
parent d799963870
commit 8c1678a8c7
16 changed files with 211 additions and 233 deletions

View File

@@ -5,11 +5,13 @@
"id": "8f210ec3",
"metadata": {},
"source": [
"# Shell Tool\n",
"# Shell (bash)\n",
"\n",
"Giving agents access to the shell is powerful (though risky outside a sandboxed environment).\n",
"\n",
"The LLM can use it to execute any shell commands. A common use case for this is letting the LLM interact with your local file system."
"The LLM can use it to execute any shell commands. A common use case for this is letting the LLM interact with your local file system.\n",
"\n",
"**Note:** Shell tool does not work with Windows OS."
]
},
{
@@ -184,7 +186,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.10.12"
}
},
"nbformat": 4,