Commit f6ab52d
committed
fix: GH-4089 Adjusted the default priority of
Signed-off-by: Sun Yuhan <[email protected]>SafeGuardAdvisor to ensure it is always higher than that of MessageChatMemoryAdvisor, preventing sensitive terms in chat memory from repeatedly triggering SafeGuardAdvisor's interception mechanism.1 parent c7f7b68 commit f6ab52d
File tree
2 files changed
+12
-2
lines changed- spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/advisor
- spring-ai-docs/src/main/antora/modules/ROOT/pages/api
2 files changed
+12
-2
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
389 | 393 | | |
390 | 394 | | |
391 | 395 | | |
| |||
0 commit comments