add
Method
This is a method of the GuardrailChain class in the guardrails module.Add a guardrail to the chain
Signature
Parameters
No description available.
Returns
The result of the operation.
add: Add a guardrail to the chain
This is a method of the GuardrailChain class in the guardrails module.Add a guardrail to the chain
def add(mut self, guardrail: impl Guardrail + 'static) -> Self