Enhance analysis functionality with parallel fetching and response shaping; add image processing for unit images
This commit is contained in:
@@ -215,6 +215,7 @@ async def analyze_search(
|
||||
detail_limit: int = 20,
|
||||
include_details: bool = True,
|
||||
include_eiendom_no: bool = True,
|
||||
ctx: Any = None,
|
||||
) -> dict[str, Any]:
|
||||
"""Analyze a FINN search URL and return a ranked shortlist.
|
||||
|
||||
@@ -227,6 +228,7 @@ async def analyze_search(
|
||||
fetch_details=include_details,
|
||||
detail_limit=detail_limit,
|
||||
include_eiendom_no=include_eiendom_no,
|
||||
ctx=ctx,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user