Skip to content

Commit 485ec86

Browse files
committed
let's rationalize the code and reports.
1 parent a94c3fd commit 485ec86

17 files changed

Lines changed: 3561 additions & 345 deletions

example/langgraph/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def app(mocks):
9292
9393
Requires OPENAI_API_KEY environment variable to be set.
9494
"""
95-
from langchain_openai import ChatOpenAI
9695
from customer_service_agent import create_customer_service_agent, tools
96+
from langchain_openai import ChatOpenAI
9797

9898
model = ChatOpenAI(model="gpt-4o-mini").bind_tools(tools)
9999
graph = create_customer_service_agent(model)

0 commit comments

Comments
 (0)