Guardrail Flows
Flows to guardrail user inputs and LLM responses.
Flows to guardrail user inputs and LLM responses.
# Check user utterances before they get further processedflow run input rails $input_text# Check llm responses before they get further processedflow run output rails $output_text