mgokg commited on
Commit
1379b38
·
verified ·
1 Parent(s): 42ef1e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(