You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/blocks/guardrails.mdx
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ import { Video } from '@/components/ui/video'
10
10
11
11
The Guardrails block validates and protects your AI workflows by checking content against multiple validation types. Ensure data quality, prevent hallucinations, detect PII, and enforce format requirements before content moves through your workflow.
12
12
13
+
<divclassName="flex justify-center">
14
+
<Image
15
+
src="/static/blocks/guardrails.png"
16
+
alt="Guardrails Block"
17
+
width={500}
18
+
height={350}
19
+
className="my-6"
20
+
/>
21
+
</div>
22
+
13
23
## Overview
14
24
15
25
The Guardrails block enables you to:
@@ -96,6 +106,10 @@ Uses Retrieval-Augmented Generation (RAG) with LLM scoring to detect when AI-gen
96
106
97
107
Detects personally identifiable information using Microsoft Presidio. Supports 40+ entity types across multiple countries and languages.
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/grouped-checkbox-list.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ export { ConditionInput } from './condition-input'
0 commit comments