Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
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 |
# ---------------------------------------------------------------------
|