Home
last modified time | relevance | path

Searched refs:customPrompt (Results 1 – 2 of 2) sorted by relevance

/plugin/dokullm/
H A Dscript.js634 function processCustomPrompt(customPrompt) { argument
635 console.log('DokuLLM: Processing custom prompt:', customPrompt);
636 if (!customPrompt.trim()) {
686 formData.append('prompt', customPrompt);
H A DLlmClient.php153 * @param string $customPrompt The custom prompt to use