philincloud commited on
Commit
7f84964
·
verified ·
1 Parent(s): 3d2ef38

Update langgraph_agent.py

Browse files
Files changed (1) hide show
  1. langgraph_agent.py +1 -1
langgraph_agent.py CHANGED
@@ -76,7 +76,7 @@ tools = [
76
  ]
77
 
78
 
79
- with open("system_prompt.txt", "r", encoding="utf-8") as f:
80
  system_prompt = f.read()
81
  sys_msg = SystemMessage(content=system_prompt)
82
 
 
76
  ]
77
 
78
 
79
+ with open("prompt.txt", "r", encoding="utf-8") as f:
80
  system_prompt = f.read()
81
  sys_msg = SystemMessage(content=system_prompt)
82