- Issue created by @anjaliprasannan
- Merge request !728Issue #3534853: Field Widget Action for classification Automator on options_select widget → (Open) created by Unnamed author
The Field Widget Action module is merged into 1.2.x, however we need to start adding Automators plugins to it. The parent issue #3534445: Parent Issue: Create Field Widget Actions plugins for Automators. is a parent issue for all the implementations of the Automators plugins. Read more in the parent issue.
This issue implements the Field Widget Action plugin for the **Entity Reference field pointing to taxonomy terms**, using the **Options Select widget** (`options_select`) and the `llm_classification` AI Automator. This allows automatic classification of content into taxonomy terms (e.g., topics, categories, tags) using AI.
AI Automators
module, create a new Field Widget Action plugin under src/Plugin/FieldWidgetAction
.LlmClassificationOptionsSelect.php
.FieldWidgetAction
attribute and connect it to:
field_types
: entity_reference
widget_types
: options_select
formElementProperty
to target_id
and configure aiAutomatorsAjax
to populate the correct option based on LLM output.Active
1.2
AI Automators