microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.25k stars 3.12k forks source link

New Feature: Agents story - Summarization/processing of Agent Chat Output #7239

Open joslat opened 1 month ago

joslat commented 1 month ago

Enhancing the clarity and usability of interactions can be achieved by implementing a summarization feature for agent chat outputs. This will help users quickly grasp the key points and outcomes of their interactions with the agents, improving overall user experience. Ideally this should use a pluggable system trough an interface (IoC/Strategy pattern) so we could insert any implementation that matches this interface.

joslat commented 1 month ago

Related: