iconsulting/packages/services/conversation-service/src
hailin b55cd4bc1e fix(agents): widen answer length limits and preserve followUp continuations
INTENT_MAX_ANSWER_LENGTH was too tight (objection_expression 200 chars truncated
good responses). Bumped all limits ~25-50%. Also fixed followUp filter that silently
dropped content when model split answer across answer+followUp fields — now appends
followUp as continuation when answer ends mid-sentence.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 10:25:59 -08:00
..
adapters fix(conversations): exclude DELETED conversations from evolution queries and user operations 2026-02-06 20:55:04 -08:00
application fix(conversations): exclude DELETED conversations from evolution queries and user operations 2026-02-06 20:55:04 -08:00
conversation fix(agents): resolve NestJS route collision for evaluation-rules endpoints 2026-02-06 20:37:40 -08:00
domain feat(agents): add 4-layer response quality control — structured outputs, LLM judge, smart truncation 2026-02-07 01:01:05 -08:00
health fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
infrastructure fix(agents): widen answer length limits and preserve followUp continuations 2026-02-07 10:25:59 -08:00
migrations fix(db): add multi-tenancy migration for conversation-service tables 2026-02-06 08:39:10 -08:00
app.module.ts fix(tenant): use TenantContextModule.forRoot() for global tenant context 2026-01-26 04:31:56 -08:00
data-source.prod.ts refactor(services): implement Clean Architecture across 4 services 2026-01-24 21:18:25 -08:00
data-source.ts refactor(services): implement Clean Architecture across 4 services 2026-01-24 21:18:25 -08:00
main.ts fix(health): exclude /health endpoint from API prefix 2026-01-10 02:30:24 -08:00