feat(wren-ui): Use rephrasedQuestion for asking a question answer (#1424)

This commit is contained in:
Freda Lai
2025-03-19 11:13:42 +08:00
committed by GitHub
parent bad3d77205
commit b53f111f9d
@@ -299,7 +299,12 @@ export default function AnswerResult(props: Props) {
className="mr-2"
onClick={() =>
onOpenSaveToKnowledgeModal(
{ question, sql },
{
question:
threadResponse?.askingTask?.rephrasedQuestion ||
question,
sql,
},
{ isCreateMode: true },
)
}