store response_model_name by message

This commit is contained in:
2024-12-08 16:19:04 +08:00
parent 6aca74a7b4
commit e7c26560bb
7 changed files with 20 additions and 14 deletions

View File

@@ -74,6 +74,7 @@ const AddToolMsg = (props: {
example: false,
audio: null,
logprobs: null,
response_model_name: null,
});
setChatStore({ ...chatStore });
setNewToolCallID("");