ChatFirebaseVertexAISafetySetting constructor
const
ChatFirebaseVertexAISafetySetting({
- required ChatFirebaseVertexAISafetySettingCategory category,
- required ChatFirebaseVertexAISafetySettingThreshold threshold,
Safety setting, affecting the safety-blocking behavior. Passing a safety setting for a category changes the allowed probability that content is blocked.
Implementation
const ChatFirebaseVertexAISafetySetting({
required this.category,
required this.threshold,
});