image_url_artifact v1.2
Bases:
UrlArtifact
Attributes
Name | Type | Description |
---|---|---|
value | str | The url. |
Source Code in griptape/artifacts/image_url_artifact.py
class ImageUrlArtifact(UrlArtifact): """Stores a url to an image. Attributes: value: The url. """
- On this page
- Attributes