fix: 修复换个答案数据类型错误 (#1728)
This commit is contained in:
parent
94c521967a
commit
93d40b42e0
@ -82,8 +82,8 @@ function showSource(row: any) {
|
|||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
const regenerationChart = (question: string) => {
|
const regenerationChart = (chat: chatType) => {
|
||||||
props.sendMessage(question, { rechat: true })
|
props.sendMessage(chat.problem_text, { rechat: true })
|
||||||
}
|
}
|
||||||
const stopChat = (chat: chatType) => {
|
const stopChat = (chat: chatType) => {
|
||||||
props.chatManagement.stop(chat.id)
|
props.chatManagement.stop(chat.id)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user