scene/wwwroot/api/get_search_world_id.dspy
2026-08-29 12:44:22 +08:00

6 lines
235 B
Plaintext
Raw 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.

# 世界下拉(REST GET /api/get_search_world_id.dspy)
# 返回 [{value, text}](world 表在 world 模块库)
debug(f'scene_get_world_options.dspy: START')
opts = await get_world_options()
return {'status': 'ok', 'data': opts}