script_engine/wwwroot/api/script_execute.dspy
2026-08-29 12:44:23 +08:00

5 lines
182 B
Plaintext

# script_execute.dspy -- execute a script by id or inline content
# @api: POST /script_engine/api/script_execute.dspy
result = await execute_script(request, params_kw)
return result