Aya1610 commited on
Commit
514138f
·
verified ·
1 Parent(s): be40001

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -192,7 +192,7 @@ def build_graph(provider: str = "openai"):
192
  # Bind tools to LLM
193
  llm_with_tools = llm.bind_tools(tools)
194
 
195
- return llm_with_tools
196
 
197
  # Node
198
  def assistant(state: MessagesState):
 
192
  # Bind tools to LLM
193
  llm_with_tools = llm.bind_tools(tools)
194
 
195
+ # return llm_with_tools
196
 
197
  # Node
198
  def assistant(state: MessagesState):