cURL
curl --request GET \ --url https://huajune.duliday.com/api/v1/tools \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "tools": [ { "name": "zhipin_reply_generator", "description": "生成智能招聘回复", "category": "business", "requiresSandbox": false, "requiredContext": [ "configData", "replyPrompts" ] } ] } }
返回所有对外公开的 AI 工具及其配置要求。响应会被缓存 1 小时。
Documentation IndexFetch the complete documentation index at: https://docs.wolian.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wolian.cc/llms.txt
Use this file to discover all available pages before exploring further.
使用 Bearer Token 进行认证,格式:Bearer YOUR_API_KEY
Bearer YOUR_API_KEY
成功获取工具列表
true
Show child attributes