Make product-data skill portable

This commit is contained in:
wuyang6
2026-05-11 10:58:35 +08:00
parent d7744f026c
commit ca2f6f36fc
17 changed files with 964 additions and 2 deletions
@@ -0,0 +1,10 @@
{
"type": "object",
"properties": {
"ok": {"type": "boolean"},
"records": {"type": "array"},
"warnings": {"type": "array", "items": {"type": "string"}},
"error": {"type": "string"}
},
"required": ["ok"]
}