allowShortUtterance property

bool? allowShortUtterance
getter/setter pair

By default, the LLM policy check is bypassed for short utterances.

Enabling this setting applies the policy check to all utterances, including those that would normally be skipped.

Optional.

Implementation

core.bool? allowShortUtterance;