cURL
curl --request GET \ --url https://huajune.duliday.com/api/v1/config-schema \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "context": {}, "sandboxId": { "type": "string", "required": false, "description": "首选品牌名称" }, "toolContext": { "type": "string", "required": false, "description": "首选品牌名称" } } }
返回 Chat API 中 context、sandboxId、toolContext 参数的字段类型说明
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