Tag AI Automator LLM requests

Created on 26 March 2025, 8 days ago

Problem/Motivation

Code can modify or react to LLM requests using subscribers to the PreGenerateResponseEvent, PostGenerateResponseEvent and PostStreamingResponseEvent events.

These events include the tags that are set as part of the call.

The AI Automator Rules do not currently set any tags which means it is impossible (or at least difficult) to identify the requests as being Automator requests from event subscribers. Additionally, no context is provided regarding which automator this is (entity, field name or Automator operation type)

Steps to reproduce

* Set up an AI Automator
* Create a PostGenerateResponseEvent subscriber
* See how there is info to identify this as an automator request

Proposed resolution

My suggestion has multiple parts:

  1. Add an ai_automator tag in Drupal\ai_automators\PluginBaseClasses::runRawChatMessage()
  2. Add tags with context about the automator such as ai_automator:type:{rule_ID}, ai_automator:entity_type:{entity_type_id}, ai_automator:entity:{entity_id}, ai_automator:field_name:{field_name}
  3. Add these through a new getTags(string $prompt, array $automatorConfig, $instance, ?ContentEntityInterface $entity = NULL) method (and add this to AiAutomatorTypeInterface) so that individual Rules can define their own tags
  4. Ensure existing Rules within the AI module pass through the optional $entity parameter

User interface changes

None

API changes

Additional getTags method for classes that implement AiAutomatorTypeInterface but by providing an implementation in the base class, this would only cause backwards-compatibility issues for code that implements the interface without extending the base class.

Data model changes

None

Feature request
Status

Active

Version

1.1

Component

AI Automators

Created by

🇬🇧United Kingdom justanothermark

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024