helene-rousset commited on
Commit
bad64d6
·
verified ·
1 Parent(s): 073a834

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -151,7 +151,7 @@ def files_condition(state: AgentState) -> str:
151
  return "not_handled"
152
 
153
 
154
- def build_agent()
155
  ## The graph
156
  builder = StateGraph(AgentState)
157
 
 
151
  return "not_handled"
152
 
153
 
154
+ def build_agent():
155
  ## The graph
156
  builder = StateGraph(AgentState)
157