Agent classifier
The Agent classifier step assigns each record to a document class using an LLM, according to the schema defined in a linked agent classifier module.
Parameters
-
Schema configuration — Select the agent classifier module containing your classification schema JSON file.
The JSON shape matches the extraction schema used by the Agent extract step: top-level keys are class names, and each class value has
descriptionandfields. You can reuse the same field objects as in your Agent extract module’s JSON schema, or list only the field names the classifier must consider.Every class must define
fieldsas a non-empty array. Each entry must at least includename. Omittingfieldsor leaving it empty can cause classification to fail.
Sample classification schemas
The following schema defines field names only.
The following schema provides full field objects with the same structure as seen in the Agent extract step.
