What happened?
The LibreChat user ID should be sent as the default user parameter. However, when using an agent, this parameter is not sent.
Version Information
git rev-parse HEAD
34f967e
Steps to Reproduce
- Configure any endpoint, such as Azure OpenAI.
2.Create a custom agent in Agent Builder with any tools.
- Set a breakpoint at https://github.com/danny-avila/LibreChat/blob/main/api/server/controllers/agents/run.js#L47
- Using the newly created agent, send a test message and inspect the
llmConfig object in the debugger.
- You should observe that the
llmConfig object does not contain the user attribute.
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
What happened?
The LibreChat user ID should be sent as the default
userparameter. However, when using an agent, this parameter is not sent.Version Information
git rev-parse HEAD
34f967e
Steps to Reproduce
2.Create a custom agent in Agent Builder with any tools.
llmConfigobject in the debugger.llmConfigobject does not contain theuserattribute.What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct