mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-05 19:08:38 +08:00
feat: add whatsapp web qr chat channel (#16238)
Adds a WhatsApp chat channel backed by a QR-based web login flow so users can connect without manual token setup.
This commit is contained in:
@@ -102,6 +102,8 @@ export default {
|
||||
chatChannelDetail: (id: string) => `${restAPIv1}/chat-channels/${id}`,
|
||||
chatChannelUpdate: (id: string) => `${restAPIv1}/chat-channels/${id}`,
|
||||
chatChannelDel: (id: string) => `${restAPIv1}/chat-channels/${id}`,
|
||||
chatChannelRuntime: (id: string) =>
|
||||
`${restAPIv1}/chat-channels/${id}/runtime`,
|
||||
|
||||
// plugin
|
||||
llmTools: `${restAPIv1}/plugin/tools`,
|
||||
|
||||
Reference in New Issue
Block a user