Skip to content

Commit a32dc7f

Browse files
committed
Fix agentic chat reasoning example won't start
1 parent e1cbaf2 commit a32dc7f

File tree

3 files changed

+340
-1
lines changed

3 files changed

+340
-1
lines changed

typescript-sdk/integrations/langgraph/examples/python/agents/agentic_chat_reasoning/agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"""
44

55
from typing import List, Any, Optional
6+
import os
7+
68
from langchain_core.runnables import RunnableConfig
79
from langchain_core.messages import SystemMessage
810
from langchain_openai import ChatOpenAI

0 commit comments

Comments
 (0)