Skip to content

Commit

Permalink
Fix more feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Sep 13, 2024
1 parent 83744cf commit 35e2461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion griptape/artifacts/base_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class BaseArtifact(SerializableMixin, ABC):
"""Serves as the base class for all Artifacts.
Artifacts are used to store data that can be provided as input to, or received as output from, a language model (LLM).
Artifacts are used to encapsulate data and enhance it with metadata.
Attributes:
id: The unique identifier of the Artifact. Defaults to a random UUID.
Expand Down
28 changes: 0 additions & 28 deletions griptape/artifacts/csv_row_artifact.py

This file was deleted.

0 comments on commit 35e2461

Please sign in to comment.