Fix mypy type annotation error in content_router.py

This commit is contained in:
chopratejas 2026-01-15 23:22:09 -08:00
parent 01472fefec
commit dcbc220929

View file

@ -903,8 +903,8 @@ class ContentRouter(Transform):
context = kwargs.get("context", "")
source_hints = kwargs.get("source_hints", {}) # message_id -> hint
transformed_messages = []
transforms_applied = []
transformed_messages: list[dict[str, Any]] = []
transforms_applied: list[str] = []
warnings: list[str] = []
# Check for analysis intent in the most recent user message