mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 11:12:01 +00:00
19 lines
365 B
Markdown
19 lines
365 B
Markdown
# 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
|
|
|
|
```
|
|
|