Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php272 $templateContent = $this->getPageContent($metadata['template']);
282 $content = $this->getPageContent($example);
385 $content = $this->getPageContent($documentId);
579 $prompt = $this->getPageContent($promptPageId);
584 $prompt = $this->getPageContent($promptPageId);
692 public function getPageContent($pageId) function in dokuwiki\\plugin\\dokullm\\LlmClient
797 $templateContent = $this->getPageContent($pageId);
811 $templateContent = $this->getPageContent($pageId[0]);
864 $content = $this->getPageContent($exampleId);
888 $content = $this->getPageContent($previousId);
H A Daction.php196 $templateContent = $this->getPageContent($templateId);
303 $content = $this->getPageContent('dokullm:profiles:' . $profile);
363 private function getPageContent($pageId) function in action_plugin_dokullm