mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-11 05:22:41 +00:00
The Guardrails row in the Task Attributes table had an unescaped pipe character in the type column (Optional[List[Callable] | List[str]]) which was interpreted as a column delimiter, breaking the table rendering. Fixed by escaping the pipe with backslash and removing the extra column from the header separator row. Added tests to validate markdown table structure across all doc languages. Co-Authored-By: João <joao@crewai.com>