From ee42c76acb875ce296e814aaeea9bd7f00d08be3 Mon Sep 17 00:00:00 2001 From: saime <2286263079@qq.com> Date: Sun, 5 Jul 2026 03:51:37 +0800 Subject: [PATCH] docs: fix Stability AI source link --- docs/stability_ai_tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)