cowrycode commited on
Commit
a5bfeb7
·
verified ·
1 Parent(s): aba4325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ class BasicAgent:
21
  """A langgraph agent."""
22
  def __init__(self):
23
  print("BasicAgent initialized.")
24
- self.graph = build_graph
25
  self.systemMsg = SystemMessage(
26
  content="""
27
  "You are a helpful assistant tasked with answering questions using a set of tools.\n"
 
21
  """A langgraph agent."""
22
  def __init__(self):
23
  print("BasicAgent initialized.")
24
+ self.graph = build_graph()
25
  self.systemMsg = SystemMessage(
26
  content="""
27
  "You are a helpful assistant tasked with answering questions using a set of tools.\n"