GuardrailLlmPolicy constructor

GuardrailLlmPolicy({
  1. bool? allowShortUtterance,
  2. bool? failOpen,
  3. int? maxConversationMessages,
  4. ModelSettings? modelSettings,
  5. String? policyScope,
  6. String? prompt,
})

Implementation

GuardrailLlmPolicy({
  this.allowShortUtterance,
  this.failOpen,
  this.maxConversationMessages,
  this.modelSettings,
  this.policyScope,
  this.prompt,
});