'error', 'message' => 'job not found']); exit; } $path = $jobdir . '/.mvlog-describe-prompt.txt'; $prompt = is_file($path) ? trim((string)@file_get_contents($path)) : ''; echo json_encode(['status' => 'ok', 'additional_prompt' => $prompt], JSON_UNESCAPED_UNICODE);