BrianFrankenstein's picture
Upload 6 files
a54df69 verified
raw
history blame contribute delete
187 Bytes
from langgraph.graph import MessagesState
from typing import Any
class QuestionState(MessagesState):
task_id: str
question: str
attachment_url: str
attachment_type: str