mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-09-12 12:40:42 +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]'
|
example: '[EMAIL]'
|
||||||
maxLength: 100
|
maxLength: 100
|
||||||
type: string
|
type: string
|
||||||
|
scan_scope:
|
||||||
|
$ref: '#/components/schemas/PromptInjectionScanScope'
|
||||||
slug:
|
slug:
|
||||||
$ref: '#/components/schemas/ContentFilterBuiltinSlug'
|
$ref: '#/components/schemas/ContentFilterBuiltinSlug'
|
||||||
required:
|
required:
|
||||||
@@ -5506,6 +5508,8 @@ components:
|
|||||||
but silently ignored.
|
but silently ignored.
|
||||||
maxLength: 100
|
maxLength: 100
|
||||||
type: string
|
type: string
|
||||||
|
scan_scope:
|
||||||
|
$ref: '#/components/schemas/PromptInjectionScanScope'
|
||||||
slug:
|
slug:
|
||||||
$ref: '#/components/schemas/ContentFilterBuiltinSlug'
|
$ref: '#/components/schemas/ContentFilterBuiltinSlug'
|
||||||
required:
|
required:
|
||||||
@@ -15518,6 +15522,15 @@ components:
|
|||||||
required:
|
required:
|
||||||
- type
|
- type
|
||||||
type: object
|
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:
|
ProviderName:
|
||||||
enum:
|
enum:
|
||||||
- AkashML
|
- AkashML
|
||||||
|
|||||||
Reference in New Issue
Block a user