Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
LengthGuardrail
Defined in the guardrails module.
Rust AI Agent SDK
Content length guardrail.
Fields
| Name | Type | Description |
|---|
min_length | Option<usize> | Minimum length |
max_length | Option<usize> | Maximum length |
Methods
new
Create a new length guardrail
min
fn min(mut self, length: usize) -> Self
Set minimum length
Parameters:
max
fn max(mut self, length: usize) -> Self
Set maximum length
Parameters:
Source
View on GitHub
praisonai/src/guardrails/mod.rs at line 267