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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Over HTTP: 200, then 429
|
||||
|
||||
limits for this run: 60 tokens per request, 30 per user
|
||||
dana request 1 -> HTTP 200, model calls so far: 1
|
||||
dana request 2 -> HTTP 200, model calls so far: 2
|
||||
dana request 3 -> HTTP 429, model calls so far: 2
|
||||
dana request 4 -> HTTP 429, model calls so far: 2
|
||||
|
||||
erin pastes a long stack trace -> HTTP 429, model calls: 2 (was 2)
|
||||
Reference in New Issue
Block a user