Files
spring-ai/advisors/output/20-built-in-orders.txt
Claude 527f4ba7ff Add advisors module: custom logging, PII redaction and token-budget advisors
Tests pin down chain ordering (including ties), BaseAdvisor stream behaviour, redaction order versus memory and logging, the tool loop, and how a refusal surfaces on calls, streams and over HTTP.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Ja4jkzrbQ4LQZBNrb5mkZE
2026-09-24 16:21:19 +00:00

9 lines
361 B
Plaintext

# Built-in advisor orders in 2.0.1
SimpleLoggerAdvisor getOrder() = 0
SafeGuardAdvisor getOrder() = 0
MessageChatMemoryAdvisor getOrder() = -2147483448 (HIGHEST_PRECEDENCE + 200)
Tool Calling Advisor getOrder() = -2147483348 (HIGHEST_PRECEDENCE + 300)
Advisor.DEFAULT_CHAT_MEMORY_PRECEDENCE_ORDER = HIGHEST_PRECEDENCE + 200