Skip to content

Commit b533241

Browse files
Merge branch 'main' of github.com:invariantlabs-ai/docs
2 parents 99bd31e + 78fc875 commit b533241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guardrails/explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can get started with Explorer and Guardrails, simply by adjusting your proje
3636

3737

3838
**Example:** Setting Up Your OpenAI client to use Explorer and Guardrails
39-
```python hl_lines='11'
39+
```python hl_lines='10'
4040
import os
4141
from openai import OpenAI
4242

@@ -131,4 +131,4 @@ Newly pushed traces with Guardrail violations will be automatically annotated wi
131131

132132
As you can see, the guardrail violation is highlighted in the trace down to the violating character range. Given this information, you can easily inspect and refine your guardrailing rules, to precisely match and constrain the behavior of your agentic system.
133133

134-
Further, the shown user annotation view, allows you to comment and collaboratively discuss the guardrail violation with your team, allowing for a collaborative debugging experience, including revisions over time and a full history of past guardrailing behavior.
134+
Further, the shown user annotation view, allows you to comment and collaboratively discuss the guardrail violation with your team, allowing for a collaborative debugging experience, including revisions over time and a full history of past guardrailing behavior.

0 commit comments

Comments
 (0)