Follow us on to be up
to date with the latest changes.

Back to AI Control Plane releases

v1.17.0

Elements

// January 7, 2025

Client-side chat requests

Chat requests in Gram Elements now execute client-side, simplifying the architecture and improving responsiveness. The chat handler has been removed from the server package as chat requests now happen directly from the client. A new session handler has been introduced for backend implementations that need server-side session management.

Features

  • Client-side chat requests - Chat requests now execute directly from the client, reducing server-side complexity and improving response times.
  • Session handler - A new session handler has been added to the server package for consumers who need backend session management.

Bug fixes

  • TypeDoc improvements - Fixed TSDoc comments for multiple type definitions in the Elements library, improving developer documentation.
Sagar Batchu
Sagar Batchu
View on GitHub