Guardrail Contextual Grounding Filter Config
data class GuardrailContextualGroundingFilterConfig(val action: GuardrailContextualGroundingAction? = null, val enabled: Boolean? = null, val threshold: Double, val type: GuardrailContextualGroundingFilterType)
A config for grounding filter.
Constructors
Link copied to clipboard
constructor(action: GuardrailContextualGroundingAction? = null, enabled: Boolean? = null, threshold: Double, type: GuardrailContextualGroundingFilterType)