diff --git a/fern/01-guide/06-prompt-engineering/classification.mdx b/fern/01-guide/06-prompt-engineering/classification.mdx index 5c11246f1d..8e322cca7d 100644 --- a/fern/01-guide/06-prompt-engineering/classification.mdx +++ b/fern/01-guide/06-prompt-engineering/classification.mdx @@ -145,8 +145,6 @@ function ClassifyTicket(ticket: string) -> TicketClassification { ``` Key differences from the spam classifier: -- The prompt includes examples showing both single and multiple labels -- Examples demonstrate how labels can overlap - The model is instructed to consider all applicable labels ## Step 3: Test Multi-Label Classification @@ -188,4 +186,4 @@ Test the multi-label classifier with these examples: 3. **Test Edge Cases**: Include test cases that verify the model can handle: - Single label cases - Multiple label cases - - Edge cases where no labels apply \ No newline at end of file + - Edge cases where no labels apply