← Back to Gene Catalog

genesis-web-search-lite

Nativesearch

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

PropertyTypeReqDescription
querystringSearch query string

Output

PropertyType
answerstring
sourcestring
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

DateFitnessSafetyCalls
Mar 170.77400.971