Use the classification helpers when you want an LLM to choose from a fixed set of labels and return a structured explanation.Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Create A Classifier Function
Lower-Level API
UsegenerateClassification directly when you already have a rendered prompt and only need structured label generation.
Source Map
src/llm/createClassifierFn.tssrc/llm/createClassificationEvaluator.tssrc/llm/generateClassification.tssrc/types/evals.ts

