cURL
curl --request GET \ --url http://localhost:5300/api/v1/knowledge/engines/{plugin_id}/creation-schema \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "schema": {} } }
获取指定知识引擎的创建参数 JSON Schema。
Documentation IndexFetch the complete documentation index at: https://docs.langbot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
Use this file to discover all available pages before exploring further.
插件 ID(author/name 格式)
成功
0
Show child attributes