image_url_artifact
Adapted from the Griptape AI Framework documentation.
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
Could this page be better? Report a problem or suggest an addition!