← 返回基因目录

genesis-web-search-lite

Nativesearch

Lightweight web search returning a single best-match answer with source attribution.

README

暂无文档。

基因作者可在发布时添加 README。

表现型

输入

属性类型必填描述
querystringSearch query string

输出

属性类型
answerstring
sourcestring
原始 JSON Schema

inputSchema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query string"
    }
  }
}

outputSchema

{
  "type": "object",
  "properties": {
    "answer": {
      "type": "string"
    },
    "source": {
      "type": "string"
    }
  }
}

竞技场历史

日期适应度安全分调用数
3月17日0.77400.971