Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6244,6 +6244,7 @@ components:
enum:
- 'redact'
- 'block'
- 'flag'
example: 'block'
type: 'string'
ContentFilterBuiltinAction:
Expand Down Expand Up @@ -6726,7 +6727,7 @@ components:
- 'array'
- 'null'
content_filter_builtins:
description: 'Builtin content filters to apply. The "flag" action is only supported for "regex-prompt-injection"; PII slugs (email, phone, ssn, credit-card, ip-address, person-name, address) accept "block" or "redact" only.'
description: 'Builtin content filters to apply. Every builtin slug supports "block", "redact", and the detect-only "flag" action.'
example:
- action: 'block'
slug: 'regex-prompt-injection'
Expand Down Expand Up @@ -22660,7 +22661,7 @@ components:
- 'array'
- 'null'
content_filter_builtins:
description: 'Builtin content filters to apply. Set to null to remove. The "flag" action is only supported for "regex-prompt-injection"; PII slugs (email, phone, ssn, credit-card, ip-address, person-name, address) accept "block" or "redact" only.'
description: 'Builtin content filters to apply. Set to null to remove. Every builtin slug supports "block", "redact", and the detect-only "flag" action.'
example:
- action: 'block'
slug: 'regex-prompt-injection'
Expand Down
Loading