honcho/tests/integration
ChethanUK 52f4ba99f8
fix(summarizer): reject degenerate max_tokens summaries (#899)
A model that loops until the output cap returns non-empty text, so the
existing empty-content check lets it through and it overwrites the last
good summary. Discard a summary only when it both hit the output cap and
scores below a distinct-4-gram ratio of 0.35: set is_fallback so the
previous summary is retained, zero the token counts on that path, and
count the rejection via summary_rejections_counter.
2026-08-11 22:32:54 +02:00
..
test_enqueue.py Refactor clients.py to add modern features and more flexible configuration (#459) 2026-04-20 02:46:37 -04:00
test_message_embeddings.py feat: defer embedding messages (#704) 2026-06-11 10:31:04 -04:00
test_representation.py Turbopuffer and LanceDB Integration (#287) 2026-01-16 17:04:01 -05:00
test_telemetry.py feat: add new cloudevents for api routes (#637) 2026-05-20 18:25:30 -04:00
test_token_metrics.py fix(summarizer): reject degenerate max_tokens summaries (#899) 2026-08-11 22:32:54 +02:00