Files
crewAI/lib
Devin AI 2e0a646cad fix: broken Task Attributes table in docs (#4403)
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>
2026-02-07 08:34:22 +00:00
..