contradictions-belief-text-truncated-at-200-chars
IN premise
`format_beliefs_for_contradiction_check` truncates each belief's text at 200 characters in the LLM prompt to avoid blowing context windows on large belief descriptions
Summary
When checking for contradictions between beliefs, the system only sends the first 200 characters of each belief's text to the LLM. This keeps the prompt size manageable but means the LLM might miss contradictions that only become apparent in the full text beyond that cutoff.
Details
| Source | entries/2026/05/11/reasons_lib-contradictions.md |