* fix ai prompts and stuff.
This commit is contained in:
@@ -12,6 +12,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace zin;
|
||||
|
||||
include($this->app->getModuleRoot() . 'ai/ui/inputinject.html.php');
|
||||
|
||||
jsVar('window.executionID', $execution->id);
|
||||
jsVar('vision', $config->vision);
|
||||
jsVar('window.lifetime', $execution->lifetime);
|
||||
|
||||
@@ -12,6 +12,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace zin;
|
||||
|
||||
include($this->app->getModuleRoot() . 'ai/ui/inputinject.html.php');
|
||||
include './taskteam.html.php';
|
||||
|
||||
/* ====== Preparing and processing page data ====== */
|
||||
|
||||
@@ -9,6 +9,9 @@ declare(strict_types=1);
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
namespace zin;
|
||||
|
||||
include($this->app->getModuleRoot() . 'ai/ui/promptmenu.html.php');
|
||||
|
||||
global $lang;
|
||||
|
||||
/* Join mailto. */
|
||||
|
||||
Reference in New Issue
Block a user