Custom Endpoint providing dynamic data like "conversationId" from librechat #6289
Replies: 3 comments
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
I find this interesting, too, as I am trying to connect dify.ai to LibreChat. It worked like a charm to connect a dify workflow via MCP but to maintain conversation history, dify requires a Is there a way to extract that ID from the first response and include it in subsequent requests? |
Beta Was this translation helpful? Give feedback.
-
it looks like this is possible with the most recent rc Release. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi danny,
is there a way to add a "dynamic" parameter like the conversationId from librechat to a custom Endpoint request object/header?
I checked https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#addparams and headers but do not support this as far as I understood.
The use case we would like to tackle is the following: We would like to know what original conversation the message(s) came from, to be able to store the messages in the custom endpoint backend in the original conversation. (outside of librechat)
Thanks for the help!
cheers
dani
Beta Was this translation helpful? Give feedback.
All reactions