prozorov commited on
Commit
dc4985b
·
verified ·
1 Parent(s): f846213

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -108,7 +108,7 @@ def build_graph():
108
  model_uri=os.environ["YANDEX_MODEL_URI"],
109
  )
110
 
111
- llm_with_tools = llm.bind_tools(tools)
112
 
113
  def assistant(state: MessagesState):
114
  """Assistant node"""
 
108
  model_uri=os.environ["YANDEX_MODEL_URI"],
109
  )
110
 
111
+ llm_with_tools = llm#.bind_tools(tools)
112
 
113
  def assistant(state: MessagesState):
114
  """Assistant node"""