ToolsetSchema

名称类型描述示例值
object

工具集鉴权信息

detailstring

工具集 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: 查询结果
typestring

工具集 Schema 类型

OpenAPI