01 / DECIDE
架構決策
適合需要 state、agentic tool 或 multi-step response 的新整合。
Typed output item 與 native server tool 讓 message、reasoning、search、code 與 function call 在單一 request contract 中可觀察。 先把 input、output、state、tool 與 side effect 畫成一條可觀察路徑,再決定 以 Responses 處理 stateful agentic work 的 owner。
02 / OPERATE
三步野戰程序
- 01
鎖定合約
寫下 caller、資料分類、成功條件、timeout、取消與 ownership。適合需要 state、agentic tool 或 multi-step response 的新整合。
- 02
執行有界路徑
只建立一條 end-to-end path,保留 correlation、typed state 與 reversible failure。Typed output item 與 native server tool 讓 message、reasoning、search、code 與 function call 在單一 request contract 中可觀察。
- 03
驗證訊號
把驗收變成可重跑的 fixture、contract test 或 browser test。Contract test 解析每個 item type、refusal、incomplete output、tool result 與 terminal state。
03 / BOUND
Operation 邊界
明確選擇 storage/deletion;provider state 不是產品 database。
04 / PROVE
驗收證據
Contract test 解析每個 item type、refusal、incomplete output、tool result 與 terminal state。
SOURCE / HTTP
可重現來源探針
curl -fsSI 'https://docs.x.ai/developers/model-capabilities/text/comparison' | sed -n '1,5p'