Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 7, 2025
1 parent ef8ae5d commit 98e966d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/langgraph/tests/test_prebuilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2041,3 +2041,9 @@ def foo(a: str, b: int) -> float:
return 0.0

assert _get_state_args(foo) == {"a": None, "b": "bar"}


def test_inspect_react() -> None:
model = FakeToolCallingModel(tool_calls=[])
agent = create_react_agent(model, [])
inspect.getclosurevars(agent.invoke)

0 comments on commit 98e966d

Please sign in to comment.