fix(scene): fix chat scene config custom prompt (#2725)

This commit is contained in:
alanchen
2025-05-23 17:05:56 +08:00
committed by GitHub
parent 22daf08ac5
commit fe98239d3d
3 changed files with 38 additions and 15 deletions

View File

@@ -139,6 +139,7 @@ class ServeDao(BaseDao[ServeEntity, ServeRequest, ServerResponse]):
user_code=entity.user_code,
model=entity.model,
input_variables=entity.input_variables,
response_schema=entity.response_schema,
prompt_language=entity.prompt_language,
sys_code=entity.sys_code,
gmt_created=gmt_created_str,