Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ async def search_solutions(params: ReqGroupingResponse) -> SolutionSearchRespons
|
|
182 |
async def search_solutions(params: SolutionSearchV2Request) -> SolutionSearchResponse:
|
183 |
"""Searches solutions solving the given grouping params and respecting the user constraints using Gemini and grounded on google search"""
|
184 |
|
185 |
-
logging.info(f"Searching solutions for categories: {params
|
186 |
|
187 |
async def _search_inner(cat: ReqGroupingCategory) -> SolutionModel:
|
188 |
# ================== generate the solution with web grounding
|
|
|
182 |
async def search_solutions(params: SolutionSearchV2Request) -> SolutionSearchResponse:
|
183 |
"""Searches solutions solving the given grouping params and respecting the user constraints using Gemini and grounded on google search"""
|
184 |
|
185 |
+
logging.info(f"Searching solutions for categories: {params}")
|
186 |
|
187 |
async def _search_inner(cat: ReqGroupingCategory) -> SolutionModel:
|
188 |
# ================== generate the solution with web grounding
|