Migrate product-data exports to skill scripts

This commit is contained in:
wuyang6
2026-05-11 19:43:17 +08:00
parent a68302659d
commit 7dc7fa2e52
8 changed files with 112 additions and 52 deletions
@@ -15,6 +15,10 @@
"enum": ["generated", "online", "manual", "mixed"],
"default": "generated"
},
"confirmed_plan_id": {
"type": "string",
"description": "Required when source_type is generated; returned by data_agent_confirm_generation_plan."
},
"base_timestamp": {"type": "integer"},
"timestamp_step_ms": {"type": "integer", "minimum": 1, "default": 60000},
"default_request_id": {"type": "string", "default": "aabbccdd"}
@@ -3,6 +3,7 @@
"properties": {
"ok": {"type": "boolean"},
"records": {"type": "array"},
"confirmed_plan_id": {"type": "string"},
"warnings": {"type": "array", "items": {"type": "string"}},
"error": {"type": "string"}
},