Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/stability_ai_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down Expand Up @@ -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)
- [Stability AI Stable Image Generation](https://platform.stability.ai/docs/api-reference#tag/Generate)
Loading