Skip to content

image_url_artifact

ImageUrlArtifact

Bases: UrlArtifact

Stores a url to an image.

Attributes:

Name Type Description
value str

The url.

Source code in griptape/artifacts/image_url_artifact.py
4
5
6
7
8
9
class ImageUrlArtifact(UrlArtifact):
    """Stores a url to an image.

    Attributes:
        value: The url.
    """