Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 25 of 130) sorted by relevance

123456

/plugin/adminhomepage/
Daction.php81 'prompt' => $obj->getMenuText($conf['lang']),
100 …a href="'.wl($ID, 'do=admin&amp;page=usermanager').'">'.$menu[usermanager]['prompt'].'</a></div>');
102 …"admin__acl"><a href="'.wl($ID, 'do=admin&amp;page=acl').'">'.$menu['acl']['prompt'].'</a></div>');
103 …lugin"><a href="'.wl($ID, 'do=admin&amp;page=plugin').'">'.$menu['plugin']['prompt'].'</a></div>');
104 …onfig"><a href="'.wl($ID, 'do=admin&amp;page=config').'">'.$menu['config']['prompt'].'</a></div>');
128 if (!$item['prompt']) continue;
129 …li"><a href="'.wl($ID, 'do=admin&amp;page='.$item['plugin']).'">'.$item['prompt'].'</a></div></li>…
/plugin/combo/ComboStrap/
H A DPrism.php330 $prompt = $plugin->getConf(self::CONF_BASH_PROMPT);
333 $prompt = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
334 if (!empty($prompt)) {
335 if (!strpos($prompt, -1) == ">") {
336 $prompt .= ">";
341 $prompt = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
342 if (!empty($prompt)) {
343 if (!strpos($prompt, -1) == ">") {
344 $prompt .= ">";
349 if(!empty($prompt)) {
[all …]
/plugin/dokullm/doc/
H A Dprompts.txt3 …the DokuLLM plugin's prompt system works, including the namespace structure, prompt hierarchy, ava…
7 …as the central configuration and prompt management system for the DokuLLM plugin. This namespace c…
13 The system prompt is the foundational instruction set that defines the LLM's role, behavior, and ca…
31 Each action can have an additional system prompt that extends the main system prompt:
50 * ''{prompt}'' - Custom user prompt
87 The DokuLLM plugin uses a hierarchical prompt system that allows for flexible customization using D…
97 * Allow for different prompt configurations for different use cases
105 * Take precedence over all other prompt types
109 Each prompt page follows a simple structure with placeholders:
143 **{prompt}**
[all …]
H A Dprofiles.txt17 - Add prompt pages for each action in your profile
25 * ''dokullm:profiles:PROFILE_NAME:system'' - Base system prompt for the profile
27 * ''dokullm:profiles:PROFILE_NAME:action_name:system'' - Action-specific system prompt extension
37 * **ID**: The action identifier, which corresponds to the prompt name
68 Each action in your profile corresponds to a prompt page. To add a custom prompt:
70 - Write your prompt in this page, using placeholders as needed:
73 * The prompt will automatically be available through the action defined in your profile
77 Profiles support a hierarchical system prompt architecture:
79 * Base system prompt at ''dokullm:profiles:PROFILE_NAME:system''
81 * Extensions are automatically appended to the base system prompt
H A Dinstall.txt65 * Action-specific prompt extensions are stored in ''[ACTION_NAME]:system'' pages
68 1. Create the ''dokullm:profiles:default:system'' page with your base system prompt
69 …2. Create action prompt pages like ''dokullm:profiles:default:summarize'', ''dokullm:profiles:defa…
91 * Verify that your prompt pages are correctly created in the ''dokullm:'' namespace
/plugin/dokullm/
H A DLlmClient.php142 $prompt = $this->loadPrompt($action, $metadata);
144 return $this->callAPI($action, $prompt, $metadata, $useContext);
253 * @param string $prompt The prompt to send to the LLM as user message
260 … private function callAPI($command, $prompt, $metadata = [], $useContext = true, $useTools = false) argument
307 $prompt = $contextInfo . "\n\n" . $prompt;
315 ['role' => 'user', 'content' => $prompt]
579 $prompt = $this->getPageContent($promptPageId);
582 if ($prompt === false && $this->profile !== 'default') {
584 $prompt = $this->getPageContent($promptPageId);
588 if ($prompt === false) {
[all …]
H A Dstyle.css17 .llm-custom-prompt {
23 .llm-prompt-input {
/plugin/cli/
Dcli-examples.txt102 Simple minded implementation will not work for results as end of prompt is same as results marker!
129 <cli prompt=">>>">
141 <cli prompt=">>>">
158 <cli prompt="#">
165 <cli prompt="#">
171 Not sure to do about this as download progress marker uses same character as prompt!
185 <cli prompt="$" comment="#">
194 <cli prompt="$" comment="#">
208 <cli prompt="$" cont='>>>'>
222 <cli prompt="/^[A-Za-z]:.*> /" continue="/^ /">
[all …]
/plugin/ragasker/
H A Daction.php13 $prompt = trim($_POST['prompt']);
30 $keywordPrompt = $L('keyword_prompt') . "\n" . $prompt;
49 . hsc(sprintf($L('user_question'), $prompt)) . "<br>"
149 …ryPrompt = $L('summary_prompt') . "\n\n" . sprintf($L('user_question'), $prompt) . "\n\n" . $L('pa…
193 $prompt = $INPUT->post->str('prompt', '');
204 $response = $syntax->callOpenAI($prompt, $params);
/plugin/diagramsnet/lib/plugins/
Drandom.js20 var delay = parseInt(prompt('Delay (ms)', defaultDelay));
21 var max = parseInt(prompt('Cycles', defaultMax));
72 var delay = parseInt(prompt('Delay (ms)', defaultDelay));
73 var max = parseInt(prompt('Cycles', defaultMax));
173 var delay = parseInt(prompt('Delay (ms)', defaultDelay));
174 var max = parseInt(prompt('Cycles', defaultMax));
395 var delay = parseInt(prompt('Delay (ms)', defaultDelay));
396 var max = parseInt(prompt('Cycles', defaultMax));
Dpage.js19 var max = parseInt(prompt('Cycles', '100'));
76 var max = parseInt(prompt('Cycles', '100'));
/plugin/shell/
DP0wnyShell.css7 --shell-prompt-color: #75DF0B;
104 .shell-prompt {
106 color: var(--shell-prompt-color);
109 .shell-prompt > span {
/plugin/aichat/
Dhelper.php220 $prompt = $this->getPrompt('question', [
226 $prompt = $this->getPrompt('noanswer', [
234 $prompt,
258 $prompt = $this->getPrompt('rephrase', [
263 $prompt,
/plugin/doi/
H A Dscript.js25 const ident = prompt(LANG.plugins.doi.prompt);
/plugin/evesso/conf/
Dmetadata.php21 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
41 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
/plugin/tindexmenu/jsmenu/
Dusrmenu.js43 r = prompt("Insert the pagename to create","");
51 var r = prompt("Insert keyword(s) to search for within this namespace","");
Dadmmenu.js45 r = prompt("Insert the pagename to create","");
53 var r = prompt("Insert keyword(s) to search for within this namespace","");
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
DREADME.md18 $prompt = "Ai is cool";
21 $tokens = $encoder->encode($prompt); // [32, 72, 318, 3608]
/plugin/txtconf/
Dconfig0.class.php355 $label = '<label for="config__'.$key.'">'.$this->prompt($plugin).'</label>';
381 function prompt(&$plugin) { function in setting0
382 $prompt = $plugin->getLang($this->_key);
383 if (!$prompt) $prompt = htmlspecialchars(str_replace(array('____','_'),' ',$this->_key));
384 return $prompt;
/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb142 Dim prompt As _
144 InitPrompt(prompt)
170 prompt, _
/plugin/aichat/_test/
DAbstractModelTest.php61 $prompt = 'This is a test. Please reply with "Hello World"';
76 ['role' => 'user', 'content' => $prompt]
/plugin/encryptedpasswords/script/
DPageHandling.js63 const passphrase = await GUI.prompt(
91 const passphrase = await GUI.prompt(
DEditorHandling.js44 const passphrase = await GUI.prompt(
114 const passphrase = await GUI.prompt(
/plugin/llm/llm.js/
Dllm.js1prompt:e,seed:t=-1,max_token_len:a=50,top_k:r=40,top_p:s=.9,temp:o=1,repeat_last_n:n=32,repeat_pen… property
/plugin/tableedit/
Daction.php57 'prompt' => $this->getLang('new_columns_order'),

123456