From 779a60955960838664f885cc04ca9e89ad707163 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Fri, 17 Jul 2026 20:51:39 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 8f5a061..77c80f5 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -6244,6 +6244,7 @@ components: enum: - 'redact' - 'block' + - 'flag' example: 'block' type: 'string' ContentFilterBuiltinAction: @@ -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' @@ -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'