Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo authored and collindutter committed Nov 26, 2024
1 parent a6c99eb commit 16181f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-cloud/tools/run-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 16181f1

Please sign in to comment.