Ask a question to get started
Enter to sendā¢Shift+Enter new line
Truncate a string to a maximum length.
Based on the analogous function from langchain_common.utilities.sql_database.py.
truncate_word( content: Any, *, length: int, suffix: str = '...' ) -> str | Any