Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ async def generate(input_text):
|
|
| 52 |
)
|
| 53 |
|
| 54 |
# Tools kombinieren: Google Search + MCP Tools
|
| 55 |
-
tools = [types.Tool(function_declarations=mcp_declarations)
|
| 56 |
|
| 57 |
|
| 58 |
contents = [types.Content(
|
|
|
|
| 52 |
)
|
| 53 |
|
| 54 |
# Tools kombinieren: Google Search + MCP Tools
|
| 55 |
+
tools = [types.Tool(function_declarations=mcp_declarations)]
|
| 56 |
|
| 57 |
|
| 58 |
contents = [types.Content(
|