We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18aaad commit f2a2e46Copy full SHA for f2a2e46
1 file changed
griptape_nodes_library/image/describe_image.py
@@ -67,7 +67,7 @@ def __init__(self, **kwargs) -> None:
67
self.add_parameter(
68
ParameterList(
69
name="images",
70
- input_types=["ImageUrlArtifact", "ImageArtifact"],
+ input_types=["ImageUrlArtifact", "ImageArtifact", "str"],
71
default_value=None,
72
tooltip="The image(s) to be described",
73
allowed_modes={ParameterMode.INPUT, ParameterMode.PROPERTY},
0 commit comments