mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-22 11:51:42 +00:00
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:
parent
5ddd9e5bf8
commit
61565f7369
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user