chore(types): add missing TypedDict import

This commit is contained in:
Annyfee
2025-11-22 17:50:40 +08:00
parent cac2489797
commit 26529362fb
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import TypedDict from typing import TypedDict # 定义数据类型
from langgraph.graph import StateGraph,END,START from langgraph.graph import StateGraph,END,START