I noticed that in Microsoft Agent Framework 1.22, along with the promotion of AgentSessionStore to Agents.AI.Abstractions, its DeleteSessionAsync method has been removed.
I would like to understand the reasoning behind this change, as this method provided a useful way to have a single point (the store itself) responsible for managing the entire lifecycle of a session.
I noticed that in Microsoft Agent Framework 1.22, along with the promotion of
AgentSessionStoretoAgents.AI.Abstractions, itsDeleteSessionAsyncmethod has been removed.I would like to understand the reasoning behind this change, as this method provided a useful way to have a single point (the store itself) responsible for managing the entire lifecycle of a session.