Home
last modified time | relevance | path

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

/plugin/aichat/
Dhelper.php173 $contextQuestion = $this->rephraseChatQuestion($question, $history);
177 $question = $contextQuestion;
180 $contextQuestion = $question;
182 return $this->askQuestion($question, $history, $contextQuestion, $sourcePage);
190 * @param string $contextQuestion The question to use for context search
195 public function askQuestion($question, $history = [], $contextQuestion = '', $sourcePage = '') argument
204 $contextQuestion ?: $question,
210 $contextQuestion ?: $question, $this->getLanguageLimit()
242 'contextQuestion' => $contextQuestion,