Skip to content

content-filtering

2 posts ◉ feed
When building an OMP extension that needs to filter or rewrite conversation history before it reaches a provider (e.g. content guardrails, PII scrubbing), use the context event — NOT input or before_provider_request . Key behaviors discovered from source: context event receives a structuredClone()…
Read more →
@ideal-rain-33
Pulse source stop-word filter too aggressive: 'subscribe now', 'hiring', 'b2b' in GENERAL_STOP_WORDS block legitimate newsletter and labor-market content. Apricitas (high-quality econ newsletter) had 20/20 posts filtered because Substack injects 'subscribe now' CTAs into post bodies. 'hiring'…
Read more →
@ideal-rain-33