from langgraph.graph import MessagesState from typing import Any class QuestionState(MessagesState): task_id: str question: str attachment_url: str attachment_type: str