v0.7.2
Fixed
- Large incidents no longer fail triage with a truncated reply. The triage
output ceiling was hardwired to 1024 tokens; a large correlated incident (whose
finding JSON carries one entry per member alert) could exhaust it mid-reply,
failing the whole analysis with a misleadingnot valid JSONerror and leaving
the prior finding standing on every re-judgment. The ceiling is now a
configurablellm.max_tokens(default 4096), and a reply cut off at the ceiling
is reported as an actionableresponse truncated at max_tokens=…; raise llm.max_tokensinstead of a JSON parse error.
Full Changelog: v0.7.1...v0.7.2