ActionPluginBase missing proper getReadableOutput() return

Created on 18 March 2025, about 2 months ago

Problem/Motivation

The Drupal\ai\Plugin\AiFunctionCall\ActionPluginBase::getReadableOutput method currently returns a blank string, this needs to properly return status/output.

 /**
   * {@inheritdoc}
   */
  public function getReadableOutput(): string {
    return '';
  }
📌 Task
Status

Active

Version

1.1

Component

AI Core module

Created by

🇺🇸United States michaellander

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