You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
根据https://pro-chat.antdigital.dev/guide/chat-item-render-config
我只能在app初始阶段或者用户按某个按键时,才能自定义chats对话内容,但是我却无法使prochat在回复的时候出现自定义的组件
在使用以上代码的时候,responseContent只接受string而不是像setChats的时候一样,有如下细节[{
content: ‘test‘,
createAt: Date.now(),
id: uuid.v4(),
role: 'user',
updateAt: Date.now(),
}]
请问我如何在输入发送特定关键词时,让prochat回复自定义内容?
Beta Was this translation helpful? Give feedback.
All reactions