{EscapeHtml(title)}
작성일: {DateTime.Now:yyyy-MM-dd} | AX Copilot 자동 생성
{htmlBody}
";
System.IO.File.WriteAllText(fullPath, html, System.Text.Encoding.UTF8);
LogService.Info($"[AgentLoop] 문서 자동 저장 완료: {fullPath}");
return fullPath;
}
catch (Exception ex)
{
LogService.Warn($"[AgentLoop] 문서 자동 저장 실패: {ex.Message}");
return null;
}
}
///