Skip to content

video_url_artifact

VideoUrlArtifact

Bases: UrlArtifact

Stores a url to a video.

Attributes:

Name Type Description
value str

The url.

Source code in griptape/artifacts/video_url_artifact.py
4
5
6
7
8
9
class VideoUrlArtifact(UrlArtifact):
    """Stores a url to a video.

    Attributes:
        value: The url.
    """