chore(addon/aikefu): 更新文档说明及功能
This commit is contained in:
@@ -42,13 +42,13 @@ class KefuGetInfo
|
||||
]
|
||||
],
|
||||
'endpoints' => [
|
||||
'chat' => '/api/chat',
|
||||
'chat_stream' => '/api/chatStream',
|
||||
'create_conversation' => '/api/createConversation',
|
||||
'get_history' => '/api/getHistory',
|
||||
'clear_conversation' => '/api/clearConversation',
|
||||
'health' => '/api/health',
|
||||
'info' => '/api/info'
|
||||
'chat' => '/api/kefu/chat',
|
||||
'chat_stream' => '/api/kefu/chatStream',
|
||||
'create_conversation' => '/api/kefu/createConversation',
|
||||
'get_history' => '/api/kefu/getHistory',
|
||||
'clear_conversation' => '/api/kefu/clearConversation',
|
||||
'health' => '/api/kefu/health',
|
||||
'info' => '/api/kefu/info'
|
||||
],
|
||||
'client_info' => $client_info,
|
||||
'server_info' => [
|
||||
|
||||
Reference in New Issue
Block a user