text_artifact
TextArtifact
Bases: BaseArtifact
TextArtifact
Bases: BaseArtifact
griptape/artifacts/text_artifact.py
embedding = field(default=None, kw_only=True)
class-attribute
instance-attribute
value = field(converter=str, metadata={'serializable': True})
class-attribute
instance-attribute
__add__(other)
__bool__()
generate_embedding(driver)
griptape/artifacts/text_artifact.py
to_text()