diff --git a/docs/stability_ai_tool.md b/docs/stability_ai_tool.md index c1dbe78e..0ce01780 100644 --- a/docs/stability_ai_tool.md +++ b/docs/stability_ai_tool.md @@ -59,7 +59,7 @@ agent = Agent(tools=[generate_image_stability]) agent("Generate an image of a futuristic robot in a cyberpunk city") ``` -Please see the [Stability AI tool source code](generate_image_stability.py) for details and structure of the object it returns. +Please see the [Stability AI tool source code](../src/strands_tools/generate_image_stability.py) for details and structure of the object it returns. For example, you can access the image from the `tool_result`: @@ -142,4 +142,4 @@ The available parameters that can be passed to the tool are: ## References - [Strands Agents Tools](https://strandsagents.com/latest/user-guide/concepts/tools/tools_overview/) -- [Stability AI Stable Image Generation](https://platform.stability.ai/docs/api-reference#tag/Generate) \ No newline at end of file +- [Stability AI Stable Image Generation](https://platform.stability.ai/docs/api-reference#tag/Generate)