/ releasenotes / notes / chatgenerator-protocol-a5136f63e05b7210.yaml
chatgenerator-protocol-a5136f63e05b7210.yaml
1  ---
2  enhancements:
3    - |
4      Introduce a `ChatGenerator` Protocol to qualify `ChatGenerator` components from a static type-checking perspective.
5      It defines the minimal interface that Chat Generators must implement.
6      This will especially help to standardize the integration of Chat Generators into other more complex components.