griptape icon indicating copy to clipboard operation
griptape copied to clipboard

Add `subtask_summarizer` to `ToolkitTask`

Open vasinov opened this issue 1 year ago • 0 comments

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.

vasinov avatar Jul 24 '23 19:07 vasinov