6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# runtime/api/runtime_control.dspy — W-10g 暂停/恢复/启动(服务端辅助)
|
|
action = params_kw.get('action') or ''
|
|
result = await runtime_control(action)
|
|
return result
|