Predict a new summary based on the messages and existing summary.
apredict_new_summary(
self,
messages: list[BaseMessage],
existing_summary: str
) -> str| Name | Type | Description |
|---|---|---|
messages* | list[BaseMessage] | List of messages to summarize. |
existing_summary* | str | Existing summary to build upon. |