This feature request is for extension: firestore-genai-chatbot
What feature would you like to see?
Allow configuration of responseMimeType in generationConfig as seen in my temporary workaround here.
How would you use it?
I would configure the model to return application/json so I can parse the output in my Flutter app. Without enforcing json output, even when prompted to return json, the model will sometimes not return json leading to having to retry the action. This leads to a bad user experience.
Related issue for a different extension