护栏流程 (guardrails.co)#
用于保护用户输入和 LLM 响应的流程。
# 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 响应的流程。
# 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