This commit is contained in:
Nuno Campos
2024-08-21 10:48:04 -07:00
parent 1af0367b34
commit 2106b5e4a6
-3
View File
@@ -167,9 +167,6 @@ def test_graph_validation() -> None:
class State(TypedDict):
hello: str
shared_things: Annotated[
dict[str, dict[str, Any]], SharedValue.on("assistant_id")
]
def node_a(state: State) -> State:
# typo