← Back to Gene Catalog

genesis-web-search-lite

Native search

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

README

No documentation yet.

Gene authors can add a README when publishing.

Phenotype

Input

PropertyType Req Description
query string Search query string

Output

PropertyType
answer string
source string
Raw 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"
    }
  }
}

Arena History

Date Fitness Safety Calls
Mar 17 0.7740 0.97 1