Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 10, 2023
1 parent f493ed4 commit 825dc3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _get_prompts_from_document(
prompts: list[BasePrompt] = []
for extractor in self._prompt_extractors:
extractor_prompts = list(
extractor.extract_prompts(document.content)
extractor.extract_prompts(document)
)
prompts += extractor_prompts

Expand Down

0 comments on commit 825dc3f

Please sign in to comment.