Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Nov 26, 2024
1 parent fc22749 commit 818e046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/confident-ai-guardrails.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ class GuardResult(BaseModel):
guard_scores: List[GuardScore]
```

```info
:::info
The `breached` property will be true if any of the `Guard`s have failed. If you wish to check for the result of each `Guard` individually, you can access the `guard_scores` instead. A `score` of 1 means the `Guard` has been breached, and 0 otherwise.
```
:::

## Guard Requirements

Expand Down

0 comments on commit 818e046

Please sign in to comment.