($item['kp_code'] ?? '') . ' - ' . ($item['name'] ?? ''), $candidates ); $candidateText = implode("\n", array_filter($candidateLines)); $template = config('ai.knowledge_match_prompt'); if (!$template) { $template = <<