Merge pull request #1188 from danielaskdd/main

Increase conten summary from 100 to 250 CHARS
This commit is contained in:
Daniel.y 2025-03-25 23:42:39 +08:00 committed by GitHub
commit 636122ecc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -901,7 +901,7 @@ def lazy_external_import(module_name: str, class_name: str) -> Callable[..., Any
return import_class
def get_content_summary(content: str, max_length: int = 100) -> str:
def get_content_summary(content: str, max_length: int = 250) -> str:
"""Get summary of document content
Args: