getObjectLabelPrompts($params['type']) as $id => $prompt) { $json = [ 'entityType' => $params['entityType'] ?? substr(getVal('s'), 0, -4), 'entityId' => $params['entityId'] ?? getVal('ID'), 'target' => $params['target'], 'promptId' => $id, 'objectLabel' => $params['type'] ?? '', 'title' => $prompt->getTitle(), ]; $params['actions'][] = [ 'id' => $id, 'title' => $prompt->getTitle(), 'json' => $json, ]; } echo $smarty->_subTemplateRender('llm/text-dropdown.tpl', $smarty->cache_id, $smarty->compile_id, 0, null, $params, 0, false); }