tmp
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import pytest
|
||||
from langsmith import unit
|
||||
|
||||
from react_agent import graph
|
||||
from agent import graph
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@unit
|
||||
async def test_react_agent_simple_passthrough() -> None:
|
||||
async def test_agent_simple_passthrough() -> None:
|
||||
res = await graph.ainvoke(
|
||||
{"messages": [("user", "Who is the founder of LangChain?")]}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user