Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
33
const
open: (loading?: Ref<boolean>) => Promise<Result<string>> = (loading) => {
34
return
get(
'/open'
, {}, loading)
35
}
36
/**
37
* 对话
38
* @param 参数
Callers
15
send
Method · 0.50
run
Method · 0.50
handle_task_start
Method · 0.50
handle_task_start
Method · 0.50
from_yaml
Method · 0.50
get_index_html
Function · 0.50
get_embed
Method · 0.50
export_knowledge
Method · 0.50
write_image
Function · 0.50
export
Method · 0.50
table_export
Method · 0.50
check_auth
Method · 0.50
Calls
1
get
Function · 0.90
Tested by
no test coverage detected