devchavda11 commited on
Commit
6d1e549
·
verified ·
1 Parent(s): 4fe2c71

Update src/chat_langraph.py

Browse files
Files changed (1) hide show
  1. src/chat_langraph.py +1 -1
src/chat_langraph.py CHANGED
@@ -227,7 +227,7 @@ def checktool(state: chatstate):
227
  return "end"
228
 
229
 
230
- tools = [add, reverse, evaluate, run_cmd_command, search_tool, write_file]
231
  tool_node = ToolNode(tools=tools)
232
  llm = llm.bind_tools(tools)
233
 
 
227
  return "end"
228
 
229
 
230
+ tools = [add, reverse, evaluate, run_cmd_command, search_tool, write_file, plot_graph]
231
  tool_node = ToolNode(tools=tools)
232
  llm = llm.bind_tools(tools)
233