Stop base64 encoding LLM responses in debug output
This commit is contained in:
@@ -141,10 +141,12 @@ response data from Notarius contracts, validator requests and results, timing,
|
||||
and retry attempt metadata. Canonical LLM call artifacts are written under
|
||||
`llm/call-000N.json`; LLM calls made inside a retry or validator attempt are
|
||||
also copied under that attempt directory and linked from the attempt
|
||||
`llm_calls` array. Debug artifacts may contain source material, reference
|
||||
`llm_calls` array. LLM response content in those artifacts is written as raw
|
||||
text for inspection. Debug artifacts may contain source material, reference
|
||||
material, prompt inputs, model outputs, and other sensitive data. Obvious
|
||||
credential-shaped values and sensitive map keys are redacted, but debug
|
||||
directories should still be protected as sensitive local state.
|
||||
credential-shaped values and sensitive map keys are redacted in framework
|
||||
envelopes, but debug directories should still be protected as sensitive local
|
||||
state.
|
||||
|
||||
## Retention
|
||||
|
||||
|
||||
Reference in New Issue
Block a user