clawdbot-comma / tools /text.py
Axel-Student
feature: added tools
b4980c3
from typing import Any
def normalize_message(value: Any) -> str:
return " ".join(str(value or "").split()).strip()