mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: update OpenAPI spec from monorepo (#285)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
771a5b1a52
commit
234901509f
@@ -5483,6 +5483,8 @@ components:
|
||||
example: '[EMAIL]'
|
||||
maxLength: 100
|
||||
type: string
|
||||
scan_scope:
|
||||
$ref: '#/components/schemas/PromptInjectionScanScope'
|
||||
slug:
|
||||
$ref: '#/components/schemas/ContentFilterBuiltinSlug'
|
||||
required:
|
||||
@@ -5506,6 +5508,8 @@ components:
|
||||
but silently ignored.
|
||||
maxLength: 100
|
||||
type: string
|
||||
scan_scope:
|
||||
$ref: '#/components/schemas/PromptInjectionScanScope'
|
||||
slug:
|
||||
$ref: '#/components/schemas/ContentFilterBuiltinSlug'
|
||||
required:
|
||||
@@ -15518,6 +15522,15 @@ components:
|
||||
required:
|
||||
- type
|
||||
type: object
|
||||
PromptInjectionScanScope:
|
||||
description: >-
|
||||
Which message roles to scan for prompt injection. Only applies to the regex-prompt-injection builtin. Defaults
|
||||
to all_messages.
|
||||
enum:
|
||||
- user_only
|
||||
- all_messages
|
||||
example: user_only
|
||||
type: string
|
||||
ProviderName:
|
||||
enum:
|
||||
- AkashML
|
||||
|
||||
Reference in New Issue
Block a user