google-gemini / generative-ai-js

The official Node.js / Typescript library for the Google Gemini API
https://ai.google.dev/
Apache License 2.0
502 stars 96 forks source link

Remove chat session's previous content role validation checks #139

Closed DellaBitta closed 1 month ago

DellaBitta commented 1 month ago

The service used to require chat session roles to conform to a certain pattern. This restriction has been lifted and so we shouldn't restrict it on the client-side.

Additionally update the tests around this feature.