IPromptSignatureProvider
Responsibility
IPromptSignatureProvider が AIKernel のオーケストレーションおよび統治フローで担う契約境界を定義する。
主要メンバー(Draft)
| Member | Type | 説明 |
|---|---|---|
Name |
string |
契約インスタンスの論理識別名。 |
Version |
string |
互換性確認に用いる契約バージョン。 |
Metadata |
IReadOnlyDictionary<string, string> |
実装固有拡張のためのメタデータ。 |
関連ユースケース
../../use-cases/AIKernel_UseCaseCatalog-jp.md の IPromptSignatureProvider 参照箇所を基準とする。
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/prompt/IPromptSignatureProvider-jp.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/prompt/IPromptSignatureProvider-jp.md