IConversationSnapshot
Responsibility
IConversationSnapshot が AIKernel のオーケストレーションおよび統治フローで担う契約境界を定義する。
主要メンバー(Draft)
| Member | Type | 説明 |
|---|---|---|
SnapshotId |
string |
Conversation snapshot id. |
BranchId |
string |
Owning branch id. |
TimestampUtc |
DateTimeOffset |
Snapshot creation timestamp. |
MessageCount |
int |
Number of messages in snapshot. |
関連ユースケース
../../use-cases/AIKernel_UseCaseCatalog-jp.md の IConversationSnapshot 参照箇所を基準とする。
Notes
- 本文書は Interface レベルのドラフトである。
- 実装は fail-closed と deterministic replay の原則を維持すること。
変更履歴
- v0.0.0 / v0.0.0.0: 初期ドラフト
- v0.0.1 (2026-05-06): ドキュメント規約に基づくバージョン更新
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/conversation/IConversationSnapshot-jp.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/conversation/IConversationSnapshot-jp.md