MCPcopy
hub / github.com/1Panel-dev/MaxKB / open

Function open

ui/src/api/chat/chat.ts:33–35  ·  view source on GitHub ↗
(loading)

Source from the content-addressed store, hash-verified

31 * @returns
32 */
33const open: (loading?: Ref<boolean>) => Promise<Result<string>> = (loading) => {
34 return get('/open', {}, loading)
35}
36/**
37 * 对话
38 * @param 参数

Callers 15

sendMethod · 0.50
runMethod · 0.50
handle_task_startMethod · 0.50
handle_task_startMethod · 0.50
from_yamlMethod · 0.50
get_index_htmlFunction · 0.50
get_embedMethod · 0.50
export_knowledgeMethod · 0.50
write_imageFunction · 0.50
exportMethod · 0.50
table_exportMethod · 0.50
check_authMethod · 0.50

Calls 1

getFunction · 0.90

Tested by

no test coverage detected