GPT WORLD / INDEPENDENT CODEX FIELD MANUAL 出典レビュー · 2026-07-31

回顧号 / STATE

conversation state を明示的に選ぶ

history 再送、response identifier chain、conversation resource のどれを使うか決め、data policy に明示する。

01 / DECIDE

Architecture decision

continuity、deletion、audit、cross-device behavior を予測可能にする multi-turn product に使う。

history 再送、response identifier chain、conversation resource のどれを使うか決め、data policy に明示する。 input、output、state、side effect を一つの観測可能な経路にしてから、conversation state を明示的に選ぶ の所有層を決めます。

02 / BUILD

3段階の実装

  1. 01

    contract を定義

    caller、data classification、success condition、timeout、cancel、ownership を先に記述します。continuity、deletion、audit、cross-device behavior を予測可能にする multi-turn product に使う。

  2. 02

    狭い経路を構築

    request correlation、typed state、reversible failure handling を持つ一つの end-to-end path だけを実装します。history 再送、response identifier chain、conversation resource のどれを使うか決め、data policy に明示する。

  3. 03

    outcome を証明

    acceptance を再実行可能な fixture、contract test、browser test にします。lifecycle test で new、continue、fork、expire、delete、export、unauthorized access を確認する。

03 / BOUND

Production boundary

provider-side state が user account、authorization、法的 retention requirement と一致すると仮定しない。

04 / PROVE

Acceptance evidence

lifecycle test で new、continue、fork、expire、delete、export、unauthorized access を確認する。

SOURCE / HTTP

再現可能な source probe

curl -fsSI 'https://developers.openai.com/api/docs/guides/conversation-state' | sed -n '1,5p'