Guardrails

Appears in 3 tutorials

Checks and limits (enforced in code) on what an agent can take in, put out, or do.

As used in AI Agents →

Checks and limits (enforced in code) on what an agent can take in, put out, or do.

As used in Prompt Engineering →

Checks and limits — in the prompt or in surrounding code — on what goes in and what comes out, to keep behavior safe and on-policy.

As used in Fine-Tuning & Model Customization →

Input/output filters around a deployed model that block unsafe or disallowed content. (M14)