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
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
# Two advisors with the same order number
|
|
|
|
registered X, Y -> Y> X> model X< Y<
|
|
registered Y, X -> X> Y> model Y< X<
|
|
|
|
For equal numbers the advisor registered LAST runs first (outermost).
|