We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
1 parent 89d8cb6 commit ec6d269Copy full SHA for ec6d269
packages/pangea-sdk/pangea/services/prompt_guard.py
@@ -30,7 +30,7 @@ class GuardResult(PangeaResponseResult):
30
detected: bool
31
"""Boolean response for if the prompt was considered malicious or not"""
32
33
- type: Optional[Literal["direct", "indirect"]] = None
+ type: Optional[Literal["direct", "indirect", ""]] = None
34
"""Type of analysis, either direct or indirect"""
35
36
analyzer: Optional[str] = None
0 commit comments