griptape
griptape copied to clipboard
Add `subtask_summarizer` to `ToolkitTask`
Toolkit task subtasks are not included in the conversation history after the task is completed. It's fine for single runs but often results in lost context in conversational workflows.
I propose adding anOptional
parameter subtask_summarizer
to ToolkitTask
that, if not None
summarizers the subtask and includes it in the conversation history.