Skip to content

Commit 782ebc3

Browse files
Update solutions/observability/observability-ai-assistant.md
Co-authored-by: Mike Birnstiehl <[email protected]>
1 parent 450ab6b commit 782ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/observability/observability-ai-assistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ When an anonymization rule is enabled in the [AI Assistant settings](#obs-ai-set
437437
2. The fully masked conversation is sent to the LLM.
438438
3. After the LLM responds, the original values are restored so the user sees deanonymized text and any persisted conversation history stores the original content. Deanonymization information is stored with the conversation messages to enable the UI to highlight anonymized content.
439439
440-
The following example shows the anonymized content highlighted in the chat window using a regex rule to mask GKE hostnames:
440+
The following example shows the anonymized content highlighted in the chat window using a `RegExp` rule to mask GKE hostnames:
441441
442442
```jsonc
443443
{

0 commit comments

Comments
 (0)