Your project must not contain invalid PHP files

More information: https://insight.symfony.com/what-we-analyse/php.php_syntax_error

  1. DomainConfig::loadLanguageFile('rag_result_interpreter');
  2. $array = [
  3. 'question' => $question,
  4. 'results' => json_encode($cleanResults, JSON_PRETTY_PRINT)
  5. 'currentDate' => date('Y-m-d')
    Syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ']' or ')'
    Time to fix: about 15 minutes
    Read doc Open Issue Permalink Copy Prompt
    Last edited by clicshopping
  6. ];
  7. $prompt = $this->language->getDef('text_interpret_results', $array);
  8. if ($this->debug) {