pipeline-app/deploy/migrations/m0029_llm_wallet_gate_params.json

14 lines
901 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "m0029",
"title": "模型账号钱包门禁参数2026-09-11 用户定夺:同供应商多账号各一个钱包=llm_account.balance余额<阈值的账号从轮询集剔除+派生待办给属主机构operator催充值出账成功后按流水account_id扣减对应钱包同会话粘性账号省上游缓存钱跨会话轮询。llm_wallet_balance_threshold=门禁阈值元(缺省5)llm_wallet_todo_role=待办接收角色名(缺省operator按.后缀动态匹配不锁orgtypeid)。代码有缺省兜底,参数行为可调项",
"backup_tables": ["params"],
"up": [
{"op": "params_set", "key": "llm_wallet_balance_threshold", "value": "5"},
{"op": "params_set", "key": "llm_wallet_todo_role", "value": "operator"}
],
"down": [
{"op": "params_del", "key": "llm_wallet_balance_threshold"},
{"op": "params_del", "key": "llm_wallet_todo_role"}
]
}