Japanese version: IChatHistoryRomExporter-jp.md
IChatHistoryRomExporter
Responsibility
Exports chat history records into deterministic History ROM Markdown.
Key Members
| Member | Type | Description |
|---|---|---|
ToRomMarkdownAsync(IReadOnlyList<ChatHistoryRomRecord> records, ChatHistoryRomOptions options, CancellationToken cancellationToken = default) |
Task<string> |
Converts structured records into ROM Markdown using caller-provided options. |
Boundary Rules
- Exporters must not read hidden ambient state.
- Timestamps, entity identity, version, and security tags must come from records or options.
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/history/IChatHistoryRomExporter.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/history/IChatHistoryRomExporter.md