l = $l10nFactory->get('core'); } /** * @inheritDoc * @since 27.1.0 */ public function getName(): string { return $this->l->t('Free prompt'); } /** * @inheritDoc * @since 27.1.0 */ public function getDescription(): string { return $this->l->t('Runs an arbitrary prompt through the language model.'); } }