mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
How does the user in LargeLanguageModel relate to the records on the interface? #820
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 @kenneth-bro on GitHub (Nov 20, 2025).
Self Checks
Dify version
1.10.0
Plugin version
0.0.33
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Nov 20, 2025):
The user parameter in LargeLanguageModel is a unique user ID that gets passed through backend model invocation and is included as user_id in the JSON payloads sent to the plugin daemon. This same user_id is what appears in the records on the interface, so there is a direct mapping between the user you provide to LargeLanguageModel and the user information shown in the interface records. The backend consistently maintains this user context throughout the workflow, ensuring that records and logs in the UI accurately reflect the user associated with each operation.
Source 1 | Source 2
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
