Skip to content

feat(chat): add parent_id to messages for tree navigation #648

feat(chat): add parent_id to messages for tree navigation

feat(chat): add parent_id to messages for tree navigation #648

Triggered via pull request November 25, 2025 09:20
Status Failure
Total duration 1m 12s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run Checks
Process completed with exit code 1.
Ruff (E501): tests/integration/chat/api/test_message_service.py#L337
tests/integration/chat/api/test_message_service.py:337:89: E501 Line too long (95 > 88)
Ruff (E501): tests/integration/chat/api/test_message_service.py#L313
tests/integration/chat/api/test_message_service.py:313:89: E501 Line too long (94 > 88)
Ruff (E501): tests/integration/chat/api/test_message_service.py#L292
tests/integration/chat/api/test_message_service.py:292:89: E501 Line too long (90 > 88)
Ruff (PERF402): tests/integration/chat/api/test_message_service.py#L252
tests/integration/chat/api/test_message_service.py:252:13: PERF402 Use `list` or `list.copy` to create a copy of a list
Ruff (PERF402): tests/integration/chat/api/test_message_service.py#L229
tests/integration/chat/api/test_message_service.py:229:13: PERF402 Use `list` or `list.copy` to create a copy of a list