Game4all commited on
Commit
ae51a9d
·
verified ·
1 Parent(s): 2334311

Update app.py

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