01 / DECIDE
Architecture decision
model が private data や text generation を超える bounded action を必要とするときに使う。
model は call を要求し、認証済み application code が argument を検証・実行して typed result を返す。 input、output、state、tool、side effect を一つの観測可能な経路にし、custom function に狭い schema を与える の owner を決めます。
02 / OPERATE
3段階の field procedure
- 01
contract を lock
caller、data classification、success condition、timeout、cancel、ownership を記述します。model が private data や text generation を超える bounded action を必要とするときに使う。
- 02
bounded path を実行
correlation、typed state、reversible failure を持つ一つの end-to-end path を作ります。model は call を要求し、認証済み application code が argument を検証・実行して typed result を返す。
- 03
signal を検証
acceptance を再実行可能な fixture、contract test、browser test にします。replay test で duplicate call の安全性と全 error branch の型を確認する。
03 / BOUND
Operational boundary
credential を argument に入れず、high-impact write は approval と idempotency を必須にする。
04 / PROVE
Acceptance evidence
replay test で duplicate call の安全性と全 error branch の型を確認する。
SOURCE / HTTP
再現可能な source probe
curl -fsSI 'https://docs.x.ai/developers/tools/function-calling' | sed -n '1,5p'