griptape-ai / griptape

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
https://www.griptape.ai
Apache License 2.0
2.02k stars 170 forks source link

Fix issue in `PromptSummaryEngine` #1111

Closed vachillo closed 2 months ago

vachillo commented 2 months ago

Describe your changes

if passed no artifacts, the LLM will respond with some form of

The additional text provided is empty, so there is no new information to summarize. The current summary remains comprehensive and relevant.

because there is nothing more to summarize

Issue ticket number and link

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!