工具
获取工具详情
获取指定工具的详细信息。
获取指定工具的详细信息。
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
tool_name*string
工具名称
Response Body
application/json
curl -X GET "https://example.com/api/v1/tools/string"{ "code": 0, "msg": "ok", "data": { "tool": { "name": "string", "label": { "property1": "string", "property2": "string" }, "description": { "property1": "string", "property2": "string" }, "icon": "string", "spec": { "llm_prompt": "string", "parameters": {} } } }}