5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# entity_get.dspy —— 实体详情
|
|
result = await get_entity(request, params_kw)
|
|
return result
|