fix(cypher-executor): 實際移除 SVC_AI_TRANSFORM_* 型別宣告(前一 commit 漏改)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -20,8 +20,7 @@ export type Bindings = {
|
||||
SVC_NUMBER_OPS: ServiceBinding;
|
||||
SVC_DATE_OPS: ServiceBinding;
|
||||
SVC_VALIDATE_JSON: ServiceBinding;
|
||||
SVC_AI_TRANSFORM_COMPILE: ServiceBinding;
|
||||
SVC_AI_TRANSFORM_RUN: ServiceBinding;
|
||||
// SVC_AI_TRANSFORM_* 已移除(Phase 2 刪 ai_transform 零件 + wrangler.toml service binding)
|
||||
// KV Context Store:節點 output 透過 KV 傳遞,解決同名欄位衝突
|
||||
EXEC_CONTEXT: KVNamespace;
|
||||
// Recipe Store:API recipe 定義(key: recipe:{canonical_id} 或 idx:{hash_id})
|
||||
|
||||
Reference in New Issue
Block a user