Demonstrates the classify filter for categorizing content into predefined labels
Scanned 5/31/2026
Install via CLI
openskills install tools-only/X-Skills---
name: Classify Example
description: Demonstrates the classify filter for categorizing content into predefined labels
---
# Classify Example
This document demonstrates how to use the `classify()` filter to categorize content into predefined labels.
## Source Content
{{ ref('source.md').content }}
---
## Classification Result
**Sentiment**: {{ ref('source.md') | llm_classify(labels=['positive', 'negative', 'neutral']) }}
No comments yet. Be the first to comment!