6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
# 世界下拉(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}
|