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
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
# Advisor context: request down, response up
|
|
|
|
outer: original request has tenant=null, the copy it forwards has tenant=acme
|
|
inner: request context has tenant=acme
|
|
outer: response context has verdict=clean, tenant=acme
|
|
|
|
req.context().put(...) on the incoming request: allowed
|