Enhance analysis functionality with parallel fetching and response shaping; add image processing for unit images

This commit is contained in:
Ole
2026-05-26 20:50:58 +00:00
parent 2933b8c1ea
commit 5b772b2ae5
4 changed files with 300 additions and 49 deletions
+2
View File
@@ -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,
)