llama-stack-mirror/docs/source/providers/safety/inline_prompt-guard.md
2025-07-23 10:26:13 -04:00

23 lines
387 B
Markdown

---
orphan: true
---
# inline::prompt-guard
## Description
Prompt Guard safety provider for detecting and filtering unsafe prompts and content.
## Configuration
| Field | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `guard_type` | `<class 'str'>` | No | injection | |
## Sample Configuration
```yaml
guard_type: injection
```