You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the IChatHistoryReducer was graduated from a sample to the agents layer of the framework. However, I feel that this is the wrong place to put it.
On the one hand, it makes sense to add it to an agent because agents are often used in chat scenarios. I understand that. However, I'm using chat history in non-chat scenarios too, and I don't want to use the agent framework in my application. I consider many of my applications with Semantic Kernel workflows rather than agents.
Would it be possible to consider adding the chat history reduction logic to the core of Semantic Kernel rather than the agent layer?
The text was updated successfully, but these errors were encountered:
I noticed that the
IChatHistoryReducer
was graduated from a sample to the agents layer of the framework. However, I feel that this is the wrong place to put it.On the one hand, it makes sense to add it to an agent because agents are often used in chat scenarios. I understand that. However, I'm using chat history in non-chat scenarios too, and I don't want to use the agent framework in my application. I consider many of my applications with Semantic Kernel workflows rather than agents.
Would it be possible to consider adding the chat history reduction logic to the core of Semantic Kernel rather than the agent layer?
The text was updated successfully, but these errors were encountered: