mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
23 lines
387 B
Markdown
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
|
|
|
|
```
|
|
|