belief-text-truncated-at-200-chars
IN premise
`format_beliefs_for_contradiction_check` truncates any belief text longer than 200 characters, appending `...` as a suffix, to keep LLM prompts bounded.
Summary
When checking for contradictions between beliefs, the system caps each belief's text at 200 characters before sending it to the LLM. This prevents excessively long belief texts from bloating the prompt, keeping contradiction-detection calls fast and within token limits, though it means the LLM only sees a preview of longer beliefs when deciding if they conflict.
Details
| Source | entries/2026/05/11/tests-test_contradictions.md |