Skip to content

Commit c0c6ece

Browse files
authored
Merge pull request #114 from Portkey-AI/fix/remove-deprecated-pangea
fix: Remove deprecated Pangea integration
2 parents eaed143 + 9a9fe7c commit c0c6ece

1 file changed

Lines changed: 0 additions & 58 deletions

File tree

openapi.yaml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,28 +2317,6 @@ paths:
23172317
onFail: "block"
23182318
message: "Mistral moderation flagged content"
23192319

2320-
pangea_security:
2321-
summary: "[PARTNER] Pangea Security Suite"
2322-
value:
2323-
name: "Pangea Text & PII Guard"
2324-
workspace_id: "550e8400-e29b-41d4-a716-446655440000"
2325-
checks:
2326-
- id: "pangea.textGuard"
2327-
parameters:
2328-
recipe: "default_text_recipe"
2329-
debug: true
2330-
overrides:
2331-
prompt_guard:
2332-
state: "enabled"
2333-
timeout: 5000
2334-
- id: "pangea.pii"
2335-
parameters:
2336-
redact: true
2337-
timeout: 5000
2338-
actions:
2339-
onFail: "block"
2340-
message: "Pangea security scan failed"
2341-
23422320
bedrock_enterprise:
23432321
summary: "[PARTNER] AWS Bedrock Guardrails"
23442322
value:
@@ -32311,8 +32289,6 @@ components:
3231132289
- "patronus.toxicity"
3231232290
- "patronus.custom"
3231332291
- "mistral.moderateContent"
32314-
- "pangea.textGuard"
32315-
- "pangea.pii"
3231632292
- "bedrock.guard"
3231732293
- "promptfoo.guard"
3231832294
- "promptfoo.pii"
@@ -32348,8 +32324,6 @@ components:
3234832324
- $ref: '#/components/schemas/PortkeyLanguageParameters'
3234932325
- $ref: '#/components/schemas/PortkeyPIIParameters'
3235032326
- $ref: '#/components/schemas/MistralModerationParameters'
32351-
- $ref: '#/components/schemas/PangeaTextGuardParameters'
32352-
- $ref: '#/components/schemas/PangeaPIIParameters'
3235332327
- $ref: '#/components/schemas/BedrockGuardParameters'
3235432328
- $ref: '#/components/schemas/PromptfooParameters'
3235532329
- $ref: '#/components/schemas/AcuvityScanParameters'
@@ -32974,38 +32948,6 @@ components:
3297432948
description: Timeout in milliseconds
3297532949
default: 5000
3297632950

32977-
PangeaTextGuardParameters:
32978-
type: object
32979-
required:
32980-
- recipe
32981-
properties:
32982-
recipe:
32983-
type: string
32984-
description: Recipe key for Pangea configuration
32985-
debug:
32986-
type: boolean
32987-
description: Enable detailed analysis
32988-
overrides:
32989-
type: object
32990-
additionalProperties: true
32991-
description: Pangea overrides
32992-
timeout:
32993-
type: number
32994-
description: Timeout in milliseconds
32995-
default: 5000
32996-
32997-
PangeaPIIParameters:
32998-
type: object
32999-
properties:
33000-
redact:
33001-
type: boolean
33002-
description: Whether to redact detected PII
33003-
default: false
33004-
timeout:
33005-
type: number
33006-
description: Timeout in milliseconds
33007-
default: 5000
33008-
3300932951
BedrockGuardParameters:
3301032952
type: object
3301132953
required:

0 commit comments

Comments
 (0)