From f1e9604b59609635714d4870b0c6c573fe816f55 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Tue, 4 Jun 2024 13:43:30 -0700 Subject: [PATCH] Ignore computer tool due to out of space issues --- .github/workflows/docs-integration-tests.yml | 2 -- docs/griptape-tools/official-tools/computer.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs-integration-tests.yml b/.github/workflows/docs-integration-tests.yml index 7e1fc5712..f752aa90d 100644 --- a/.github/workflows/docs-integration-tests.yml +++ b/.github/workflows/docs-integration-tests.yml @@ -134,8 +134,6 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - name: Delete huge unnecessary tools folder # See https://github.com/orgs/community/discussions/25678#discussioncomment-5242449 - run: rm -rf /opt/hostedtoolcache - name: Checkout actions uses: actions/checkout@v3 - name: Init environment diff --git a/docs/griptape-tools/official-tools/computer.md b/docs/griptape-tools/official-tools/computer.md index f2b23a548..6496e6fff 100644 --- a/docs/griptape-tools/official-tools/computer.md +++ b/docs/griptape-tools/official-tools/computer.md @@ -4,7 +4,7 @@ This tool enables LLMs to execute Python code and run shell commands inside a Do You can specify a local working directory and environment variables during tool initialization: -```python +```python title="PYTEST_IGNORE" from griptape.structures import Agent from griptape.tools import Computer