delete subgraph state
This commit is contained in:
@@ -7,8 +7,6 @@ class State(TypedDict):
|
|||||||
Dict[str, Dict[str, str|int]]]
|
Dict[str, Dict[str, str|int]]]
|
||||||
messages: List[SystemMessage | HumanMessage]
|
messages: List[SystemMessage | HumanMessage]
|
||||||
decision: str
|
decision: str
|
||||||
subgraph_states: Dict[str, Any] # NOTE: Naively assuming subgraphs
|
|
||||||
# won't be so complicated
|
|
||||||
|
|
||||||
|
|
||||||
class ChattyToolState(TypedDict):
|
class ChattyToolState(TypedDict):
|
||||||
|
|||||||
Reference in New Issue
Block a user