Skip to content

Commit

Permalink
Fix CsvExtractionEngine not using rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Aug 21, 2024
1 parent 10422fa commit 7051d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions griptape/engines/extraction/csv_extraction_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def extract(
self._extract_rec(
cast(list[TextArtifact], text.value) if isinstance(text, ListArtifact) else [TextArtifact(text)],
[],
rulesets=rulesets,
),
item_separator="\n",
)
Expand Down

0 comments on commit 7051d4f

Please sign in to comment.