chore(addon/aikefu): 更新文档说明及功能

This commit is contained in:
2025-12-06 16:57:33 +08:00
parent 6a44d27fd3
commit 7d3d71e0e3
3 changed files with 29 additions and 474 deletions

View File

@@ -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' => [