We'd love to do something like that! We can currently do things like "Hide content that mentions the word {X}" or "Hide content from {author}". Basically, behind the scenes it will implement a set of keywords to filter.
The limitation here is that the AI agent sees your page once and has to write a static script that applies generically.
What you're requesting would require an LLM call on every page request dynamically (rather than a static generated script) to categorize the content. It is possible and something we want to achieve, but we're not there quite yet.
The limitation here is that the AI agent sees your page once and has to write a static script that applies generically.
What you're requesting would require an LLM call on every page request dynamically (rather than a static generated script) to categorize the content. It is possible and something we want to achieve, but we're not there quite yet.