Bases: UrlArtifact
Stores a url to an audio file.
Attributes:
| Name |
Type |
Description |
value |
str
|
|
Source code in griptape/artifacts/audio_url_artifact.py
| class AudioUrlArtifact(UrlArtifact):
"""Stores a url to an audio file.
Attributes:
value: The url.
"""
|