ZeroTimo commited on
Commit
6a9f59c
·
verified ·
1 Parent(s): 130522b

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -128,8 +128,7 @@ gemini_llm = ChatGoogleGenerativeAI(
128
  temperature=0,
129
  max_output_tokens=2048,
130
  ).bind_tools(
131
- [web_search, wiki_search, parse_csv, parse_excel, python_repl],
132
- return_named_tools=True,
133
  )
134
 
135
  # ---------------------------------------------------------------------
 
128
  temperature=0,
129
  max_output_tokens=2048,
130
  ).bind_tools(
131
+ [web_search, wiki_search, parse_csv, parse_excel, python_repl]
 
132
  )
133
 
134
  # ---------------------------------------------------------------------