Ask a question to get started
Enter to sendā¢Shift+Enter new line
content_formatter: Optional[Callable[[Any, str], Any]] = None
Optional hook (raw_content, event_type) -> formatted invoked before content parsing. Use to redact PII or coerce custom payloads to dict/str before they hit the parser.
(raw_content, event_type) -> formatted