image_url_artifact

Bases: UrlArtifact

Attributes

NameTypeDescription
valuestrThe url.
Source Code in griptape/artifacts/image_url_artifact.py
class ImageUrlArtifact(UrlArtifact):
    """Stores a url to an image.

    Attributes:
        value: The url.
    """

Could this page be better? Report a problem or suggest an addition!