名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | 工具集鉴权信息 | ||
detail | string | 工具集 Schema 详情 | openapi: 3.0.1 info: title: web-search-baidu-balabala description: 使用百度搜索查询实时新闻消息。 version: v1 servers: - url: https://baidu-ehd-brwxrpgffd.cn-hangzhou.fcapp.run paths: /invoke: post: operationId: baidu_search summary: 使用百度查询信息获取信息列表 requestBody: required: true content: application/json: schema: type: object required: - search_input properties: search_input: type: string description: 要搜索的内容 responses: '200': description: 查询成功 content: application/json: schema: type: object required: - content properties: content: type: string description: 查询结果 |
type | string | 工具集 Schema 类型 | OpenAPI |
该文章对您有帮助吗?