cURL
curl --request GET \ --url http://localhost:5300/api/v1/knowledge/engines \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "engines": [ {} ] } }
列出所有由插件提供的知识引擎,包含其能力和配置模式。
成功
0
Show child attributes