pbl_compiler/wwwroot/api/pbl_game_definition_get_by_blueprint.dspy
2026-09-18 16:17:15 +08:00

5 lines
311 B
Plaintext
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.

# pbl_compiler/api/pbl_game_definition_get_by_blueprint.dspy —— 契约端点(QC #2 补接线,与 init.py CONTRACTS 同步)
debug('pbl_compiler/api/pbl_game_definition_get_by_blueprint.dspy: START params_kw={dict(params_kw)}')
data = await pbl_game_definition_get_by_blueprint(**params_kw)
return data