v1.0.166: fix missing _smart_extract function

This commit is contained in:
2026-06-24 09:09:26 +04:00
parent c2c92d0a37
commit d0326ee9ce
+3
View File
@@ -125,6 +125,9 @@ def _safe_json_parse(raw):
text = _re.sub(r',\s*]', ']', text) text = _re.sub(r',\s*]', ']', text)
return json.loads(text) return json.loads(text)
def _smart_extract(elements_json):
""" """
Умная выжимка текста для классификации (решение Q3 от Opus). Умная выжимка текста для классификации (решение Q3 от Opus).