Reference · Glossary

Input filter

Last updated

Server-side checks on **user content before it reaches the model** — pattern blocks, length limits, HTML strip.

When to use

Customer-facing chatbots and email-to-AI pipelines.

When not to

Trusted internal admin-only tools with audited users — still log inputs.

Example

Strip `<script>` tags and block “ignore previous instructions” templates.