MCPcopy Create free account

hub / github.com/Skyzi000/openclaw-open-webui-channels / functions

Functions38 in github.com/Skyzi000/openclaw-open-webui-channels

↓ 7 callersFunctionfetchWithAuthRetry
( account: OpenWebUIAccount, url: string, init?: RequestInit )
src/api.ts:94
↓ 7 callersFunctiongetAuthToken
(account: OpenWebUIAccount)
src/api.ts:62
↓ 6 callersFunctiongetAccountFromResolved
(account: ResolvedOpenWebUIAccount)
src/channel.ts:84
↓ 5 callersFunctionresolveOpenWebUIAccount
(cfg: OpenClawConfig, accountId?: string)
src/channel.ts:57
↓ 4 callersFunctionpostMessage
( account: OpenWebUIAccount, channelId: string, content: string, options?: { parentId?: string;
src/api.ts:141
↓ 3 callersFunctionemitTyping
(typing: boolean)
src/channel.ts:897
↓ 3 callersFunctioninvalidateAuthToken
(account: OpenWebUIAccount)
src/api.ts:57
↓ 3 callersFunctionuploadFile
( account: OpenWebUIAccount, filePath: string, options?: { filename?: string; mimeType?: string } )
src/api.ts:192
↓ 2 callersFunctionaddReaction
( account: OpenWebUIAccount, channelId: string, messageId: string, emoji: string )
src/api.ts:277
↓ 2 callersFunctionbuildForm
()
src/api.ts:201
↓ 2 callersFunctioncleanup
()
src/channel.ts:641
↓ 2 callersFunctiongetConnection
(account: OpenWebUIAccount)
src/socket.ts:290
↓ 2 callersFunctiongetMessageById
( account: OpenWebUIAccount, channelId: string, messageId: string )
src/api.ts:260
↓ 2 callersFunctionremoveReaction
( account: OpenWebUIAccount, channelId: string, messageId: string, emoji: string )
src/api.ts:296
↓ 2 callersFunctionsanitizeFilename
(value: string)
src/channel.ts:197
↓ 1 callersFunctioncoerceOutboundMedia
(payload: Record<string, unknown>)
src/channel.ts:111
↓ 1 callersFunctionconnectSocket
( account: OpenWebUIAccount, onMessage: MessageHandler, logger?: Logger, options?: SocketOptions )
src/socket.ts:48
↓ 1 callersFunctiondisconnectSocket
(account: OpenWebUIAccount)
src/socket.ts:273
↓ 1 callersFunctiondownloadFileContent
( account: OpenWebUIAccount, fileId: string )
src/api.ts:238
↓ 1 callersFunctionextractReactionPayload
(payload: Record<string, unknown>)
src/channel.ts:145
↓ 1 callersFunctiongetChannels
(account: OpenWebUIAccount)
src/api.ts:113
↓ 1 callersFunctiongetOpenWebUIRuntime
()
src/runtime.ts:9
↓ 1 callersFunctionhandleChannelEvent
( event: ChannelEvent, options: HandleEventOptions )
src/channel.ts:681
↓ 1 callersFunctionmonitorOpenWebUIProvider
(options: MonitorOptions)
src/channel.ts:592
↓ 1 callersFunctionparseFilenameFromContentDisposition
(header: string | null)
src/api.ts:176
↓ 1 callersFunctionpersistInboundMedia
( core: PluginRuntime, file: { id: string; buffer: Buffer; filename?: string; mimeType?: string } )
src/channel.ts:201
↓ 1 callersFunctionresolveInboundMedia
( account: OpenWebUIAccount, core: PluginRuntime, rawData: Record<string, unknown> | undefined, log?:
src/channel.ts:250
↓ 1 callersFunctionresolveSocketToken
(forceRefresh = false)
src/socket.ts:159
↓ 1 callersFunctionsetOpenWebUIRuntime
(next: PluginRuntime)
src/runtime.ts:5
↓ 1 callersFunctionstartTyping
()
src/channel.ts:907
↓ 1 callersFunctionstopTyping
()
src/channel.ts:913
↓ 1 callersFunctionwrapUploadedFile
Wrap a raw upload response into the format Open WebUI's frontend expects in data.files
src/channel.ts:183
FunctiondisconnectAll
()
src/socket.ts:283
FunctiongetChannelMessages
( account: OpenWebUIAccount, channelId: string, skip = 0, limit = 50 )
src/api.ts:123
FunctiononConnect
()
src/socket.ts:115
FunctiononDisconnect
()
src/socket.ts:121
FunctiononReconnectFailed
()
src/socket.ts:205
Functionregister
(api: OpenClawPluginApi)
index.ts:11