update playground

This commit is contained in:
CaiHQ 2025-08-24 13:52:29 +08:00
parent f9763778fa
commit 6bb9247c6c
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export const qaPrompt = [
) )
}, },
{ {
title: "如何加速新药申报和审批?", title: "人工智能技术如何加速新药申报和审批?",
icon: ( icon: (
<Avatar <Avatar
className="!bg-[#3581e3b3]" className="!bg-[#3581e3b3]"
@ -42,7 +42,7 @@ export const qaPrompt = [
) )
}, },
{ {
title: "如何研制与司美格鲁肽相似的新药?", title: "如何研制与利妥昔单抗相似的新药?",
icon: ( icon: (
<Avatar <Avatar
className="!bg-[#3581e3b3]" className="!bg-[#3581e3b3]"

View File

@ -270,6 +270,7 @@ export const updateDialog = async function (
content: r.url, content: r.url,
traceId: r?.traceId traceId: r?.traceId
})) ?? [] })) ?? []
updateBody.IoDSources = updateBody.IoDSources =
Object.values( botMessage.iodSources as AllIodRegistryEntry).flatMap(iod => iod.data)?.map((r) => ({ Object.values( botMessage.iodSources as AllIodRegistryEntry).flatMap(iod => iod.data)?.map((r) => ({
id: r.doId, id: r.doId,