From 16181f18130a80389f9d07837a9ef19a254919c8 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 26 Nov 2024 11:31:45 -0600 Subject: [PATCH] fix --- docs/griptape-cloud/tools/run-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/griptape-cloud/tools/run-tool.md b/docs/griptape-cloud/tools/run-tool.md index 0ca371b71..91d4b5274 100644 --- a/docs/griptape-cloud/tools/run-tool.md +++ b/docs/griptape-cloud/tools/run-tool.md @@ -18,4 +18,4 @@ To fetch the OpenAPI schema, the route is `https://cloud.griptape.ai/api/tools/{ ## Using the Griptape Framework -The Griptape framework provides a [`GriptapeCloudToolTool`](../../../docs/griptape-tools/official-tools/griptape-cloud-tool-tool.md) for interacting with your deployed Tools. Simply pass your Tool resource UUID as the `tool_id` kwarg, and the schema and activity methods will be dynamically set on the Tool. +The Griptape framework provides a [`GriptapeCloudToolTool`](../../griptape-tools/official-tools/griptape-cloud-tool-tool.md) for interacting with your deployed Tools. Simply pass your Tool resource UUID as the `tool_id` kwarg, and the schema and activity methods will be dynamically set on the Tool.