問い
AIに公式回答だけ参照させたい
短い答え
AIが勝手に要約した断片ではなく、公式の短答から正本・履歴へ遷移できる公開面を用意します。C³の/ai/answer(Verified Response Layer)は、登録された回答カードを決定論的に返し、未登録の問いはHOLDして勝手な回答を作りません。
公式の短答を一次情報として置く
FAQ・規約・仕様・更新履歴を、AIにも人間にも同じ正本として読める形で公開します。断片的な要約に上書きされにくいよう、短答から正本へ戻る導線を用意します。
未登録の問いはHOLDする
Verified Response Layerは、登録済みの回答カードに一致したときだけ答えを返し、未登録の問いはHOLDします。実行時にLLMで回答を作らないため、勝手な創作を避けられます。
機械可読な参照面を併設する
llms.txtやMIRPで、AIエージェントが正本URLへ辿り着ける機械可読な地図を用意します。これは参照されやすさを高める設計であり、必ず参照される保証ではありません。
VRL Official Answer
card_id: VRL-CARD-004- Status
- RELEASE
- Answer status
- RELEASE
- Reason code
- RC_OK
- Reason codes
- ["RC_OK"]
Official answer
Verified Response Layer v0.1は、AI検索向けの静的で決定論的な回答面です。登録済みの公開Answer Cardだけを返し、runtime LLMを使わず、未登録の質問にはHOLDを返します。
Evidence refs
Limits
- - This layer is a controlled public response surface, not a truth guarantee.
- - It does not make production-readiness, certification, or third-party validation claims.
- - It does not answer questions outside registered public answer cards.
API example
GET /api/verified-answer?question=what%20is%20the%20verified%20response%20layerThis box is not a certification, truth guarantee, production guarantee, third-party validation, or professional advice.
C³での対応
このページで言わないこと
- - AIに必ず参照される保証
- - 回答の正確性の保証
- - 本番運用準備性の主張
- - 第三者認証
Metadata
- doc_id: C3-WEB-ANSWERS-OFFICIAL-ANSWER-0.1
- status: active
- last_updated: 2026-06-05
- sgp_profile: https://www.c3-anchor.jp/schemas/sgp/v0.1