How to fetch the session IDs? #10753
Unanswered
test12302008
asked this question in
Q&A
Replies: 2 comments
-
|
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Checkout the thread here: #6999 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that each chat session in Open WebUI generates a unique URL like example.com/c/{uuid}. The Svelte routing structure (/src/routes/(app)/c/[id]/+page.svelte) uses $page.params.id to capture the UUID. However, I need to retrieve these URLs via Pipe/Filter Function in Python.
The IDs can be retrieved by the metadata["chat_id"] of the Pipe Function's pipe(...) method.
However, are there any alternative recommended approaches that might be more suitable for obtaining this identifier or directly capturing the URLs?
I couldn't find explicit documentation. Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions