AIKernel.NET
version: 0.0.4 / status: Refactor / edition: Draft / published: 2026-06-04 / updated: 2026-06-04

英語版: IChatHistoryRomExporter.md

IChatHistoryRomExporter

責務

chat history record を deterministic History ROM Markdown へ export する境界です。

主要メンバー

Member Type 説明
ToRomMarkdownAsync(IReadOnlyList<ChatHistoryRomRecord> records, ChatHistoryRomOptions options, CancellationToken cancellationToken = default) Task<string> caller-provided options に基づき、structured record を ROM Markdown へ変換する。

境界ルール

  • exporter は hidden ambient state を読んではならない。
  • timestamp、entity identity、version、security tag は record または options から渡す。

This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/history/IChatHistoryRomExporter-jp.md and should be read together with the surrounding category pages in the side navigation.

Source: architecture/interfaces/history/IChatHistoryRomExporter-jp.md