fix: the issue is the app_code can't be stored in the chat_history… (#2606)

Co-authored-by: 9527 <9527@163.com>
This commit is contained in:
ethan
2025-04-11 16:41:04 +08:00
committed by GitHub
parent 5ddd9e5bf8
commit 61565f7369

View File

@@ -86,6 +86,7 @@ def _build_conversation(
chat_mode=chat_mode.value(),
user_name=chat_param.user_name,
sys_code=chat_param.sys_code,
app_code=chat_param.app_code,
model_name=model_name,
param_type=param_type,
param_value=param_value,