Individual_filter v1
Viewer
Template
Preview
History

Loading preview...

Version History

No version history yet. Save changes to create versions.

Reference
Template Variables
{{ items }}
The ambiguous individuals to judge, one block each with signals
{{ unit }}
What a valid individual of this component IS
{{ keep_examples }}
Concrete examples of valid individuals
{{ component }}
Component being filtered (e.g. resources)
{{ drop_kinds }}
What to drop (a type, or a wrong-component entry)
Output Schema
verdicts (dict[str,str])
<index>* "keep" | "drop"
JSON Wrapper
Appended to the prompt by the extractor:
IMPORTANT: Wrap your response as a JSON object with exactly two keys:
{"new_individual_filter_classes": [...], "individual_filter_individuals": [...]}
If there are no individuals to report, use an empty array for "individual_filter_individuals".