5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# entity_create.dspy —— 新增实体(非法输入 100% 拦截不落库)
|
|
result = await create_entity(request, params_kw)
|
|
return result
|