mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: e-an-ai-chatbot-with-business-data-in-minu #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DonStyle on GitHub (Jun 27, 2025).
问题描述
搭建的客服 如何提取对应的用户,或已有系统如何与当前的窗口会话建立对应关系。
页面链接
https://github.com/langgenius/dify-docs/blob/main/zh-hans/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx
建议修改
前端有标识用户,后端取到表示后,提取当前会话的用户ID,和系统用户做关系映射。就可以根据用户的问题,主动的反馈。