Guardrail Flows (guardrails.co)#
用于控制用户输入和 LLM 响应的 Flows。
# Check user utterances before they get further processed
flow run input rails $input_text
# Check llm responses before they get further processed
flow run output rails $output_text
用于控制用户输入和 LLM 响应的 Flows。
# Check user utterances before they get further processed
flow run input rails $input_text
# Check llm responses before they get further processed
flow run output rails $output_text