Searched refs:getPageContent (Results 1 – 2 of 2) sorted by relevance
272 $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\\LlmClient797 $templateContent = $this->getPageContent($pageId);811 $templateContent = $this->getPageContent($pageId[0]);864 $content = $this->getPageContent($exampleId);888 $content = $this->getPageContent($previousId);
196 $templateContent = $this->getPageContent($templateId);303 $content = $this->getPageContent('dokullm:profiles:' . $profile);363 private function getPageContent($pageId) function in action_plugin_dokullm