| /plugin/aichat/Model/Mistral/ |
| D | ChatModel.php | 14 $system = ''; 18 $system .= $message['content'] . "\n"; 23 $system = trim($system); 24 if ($system) { 25 array_unshift($chat, ['role' => 'system', 'content' => $system]);
|
| /plugin/dokullm/doc/ |
| H A D | prompts.txt | 3 …the DokuLLM plugin's prompt system works, including the namespace structure, prompt hierarchy, ava… 7 …ion and prompt management system for the DokuLLM plugin. This namespace contains all the prompt te… 11 === Main System Prompt (''dokullm:profiles:default:system'') === 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: 33 * ''create:system'' - Additional instructions for content creation 34 * ''rewrite:system'' - Guidelines for text rewriting and improvement 35 * ''summarize:system'' - Focus areas for summarization 36 * ''analyze:system'' - Analysis framework and structure 37 * ''expand:system'' - Guidelines for content expansion [all …]
|
| H A D | profiles.txt | 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 77 Profiles support a hierarchical system prompt architecture: 79 * Base system prompt at ''dokullm:profiles:PROFILE_NAME:system'' 80 * Action-specific extensions at ''dokullm:profiles:PROFILE_NAME:ACTION_NAME:system'' 81 * Extensions are automatically appended to the base system prompt
|
| H A D | install.txt | 10 * Access to your DokuWiki server's file system 64 * System prompts are stored in pages named ''system'' within each profile 65 * 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 70 …3. Create action-specific system extensions like ''dokullm:profiles:default:summarize:system'' if …
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/ |
| D | GoogleCloudDatacatalogV1DataplexExternalTable.php | 37 public $system; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1DataplexExternalTable 84 public function setSystem($system) argument 86 $this->system = $system; 93 return $this->system;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/ |
| D | GoogleChromeManagementV1BrowserVersion.php | 37 public $system; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BrowserVersion 88 public function setSystem($system) argument 90 $this->system = $system; 97 return $this->system;
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | build.php | 95 system('rm -r ' . $baseDir . '/build/SabreDAV'); 104 system('cd ' . $baseDir . '; composer update'); 113 …system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml --stop-on-failure', … 146 system("cd build/SabreDAV; composer install -n", $code); 173 system('cd build; zip -qr sabredav-' . $version . '.zip SabreDAV');
|
| /plugin/aichat/Model/Anthropic/ |
| D | ChatModel.php | 25 $system = ''; 29 $system .= $message['content'] . "\n"; 43 if ($system) { 44 $data['system'] = $system;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
| D | Actor.php | 78 public function setSystem(SystemEvent $system) argument 80 $this->system = $system; 87 return $this->system;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
| D | GoogleCloudDataplexV1Entity.php | 71 public $system; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Entity 266 public function setSystem($system) argument 268 $this->system = $system; 275 return $this->system;
|
| /plugin/jsonrpc/ |
| D | IJR_Server.php | 199 $this->callbacks['system.getCapabilities'] = 'this:getCapabilities'; 200 $this->callbacks['system.listMethods'] = 'this:listMethods'; 201 $this->callbacks['system.multicall'] = 'this:multiCall'; 218 if ($method == 'system.multicall') { 219 … $result = new IJR_Error(-32600, 'Recursive calls to system.multicall are forbidden');
|
| /plugin/revealjs/plugin/print-pdf/ |
| D | print-pdf.js | 13 var system = require( 'system' ); variable 18 var inputFile = system.args[1] || 'index.html?print-pdf'; 19 var outputFile = system.args[2] || 'slides.pdf';
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
| D | 9a4d5e41c52c20635d1fd9c6e13f6c7a.asciidoc | 9 'system.cpu.idle.pct' => 0.908, 17 'system.cpu.idle.pct' => 0.105,
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | flake.nix | 7 utils.lib.eachDefaultSystem (system: 9 pkgs = nixpkgs.legacyPackages."${system}";
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
| H A D | IMipPluginTest.php | 124 'From: system@example.org', 166 'From: system@example.org', 180 $plugin = new IMip\MockPlugin('system@example.org');
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/ |
| D | CHANGELOG.md | 18 in the system's keychain will now be used instead of the CA bundle on 19 the file system. 26 to use the system CA bundle and will fall back to the Mozilla CA bundle 27 when no system bundle is available. You may still specify your own bundle
|
| /plugin/golocal/lang/en/ |
| D | download.txt | 5 Please follow the instructions below to install the protocol handler for your operating system. 7 - Download the appropriate version for your operating system and architecture 16 …r the protocol handler. The probably most fitting one for your operating system should be highligh…
|
| /plugin/advanced/lang/en/config/ |
| D | main.txt | 5 The "system" options of DokuWiki will be found in the ''conf/dokuwiki.php'' file. However this file…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | MonitoringNamespace.asciidoc | 33 $params['system_id'] = (string) Identifier of the monitored system 34 $params['system_api_version'] = (string) API Version of the monitored system
|
| /plugin/authremoteuser/ |
| D | README.md | 26 1. Enable an authentication system which sets (domain and) username in an 39 1. Determine the variable name your authentication system uses: 43 2. If your authentication system uses another variable name notice this 58 authentication system. 76 5. If your authentication system doesn't use variable name `REMOTE_USER`
|
| /plugin/accscounter/lang/en/ |
| D | viewer.txt | 7 [NOTE] If you click the "Run" button, the system will start checking or deleting **without notice**. 11 …pam.org. If you specify many pages for the spammer check at a time, the system may take a while t…
|
| /plugin/fckg/ |
| D | README | 3 This version of fckgLite supports the Dokuwiki 'safe' file system encoding for non-Roman 15 Rincewind automatically corrects the file system for compatibility with the corrected format. 43 system.
|
| /plugin/sphinxsearch-was/ |
| H A D | indexer.php | 4 system("indexer -c sphinx.conf --rotate dk_main");
|
| /plugin/sphinxsearch/ |
| D | indexer.php | 4 system("indexer -c sphinx.conf --rotate dk_main");
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | global.css | 17 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell… 77 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell…
|