You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.