We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b827ceb commit 18c4192Copy full SHA for 18c4192
src/uipath_langchain/_cli/_templates/main.py.template
@@ -1,9 +1,9 @@
1
from langchain_core.messages import HumanMessage, SystemMessage
2
from langgraph.graph import START, StateGraph, END
3
-from uipath_langchain.chat import UiPathChat
+from uipath_langchain.chat import UiPathChatOpenAI
4
from pydantic import BaseModel
5
6
-llm = UiPathChat(model="gpt-4o-mini-2024-07-18")
+llm = UiPathChatOpenAI(use_responses_api=True)
7
8
9
class GraphState(BaseModel):
0 commit comments