hyf

Context-aware query service for Radroots
git clone https://radroots.dev/git/hyf.git
Log | Files | Refs | README | LICENSE

assisted_backend_unavailable.json (1011B)


      1 {
      2   "fixture_id": "assisted_backend_unavailable",
      3   "fixture_namespace": "radroots-canonical-hyf-v1",
      4   "schema_version": 1,
      5   "description": "Explicit assisted query rewrite requests fall back to deterministic execution when the assist bridge is unavailable.",
      6   "request": {
      7     "version": 1,
      8     "request_id": "assisted-fixture-1",
      9     "capability": "query_rewrite",
     10     "context": {
     11       "execution_mode_preference": "assisted"
     12     },
     13     "input": {
     14       "text": "apples near me"
     15     }
     16   },
     17   "expected": {
     18     "ok": true,
     19     "equals": {
     20       "version": 1,
     21       "request_id": "assisted-fixture-1",
     22       "output.rewritten_text": "apples",
     23       "meta.execution_mode": "deterministic",
     24       "meta.backend": "heuristic",
     25       "meta.schema_version": 1,
     26       "meta.fallback_kind": "provider_runtime",
     27       "meta.fallback_reason": "disabled_by_runtime_config"
     28     },
     29     "absent_paths": [
     30       "error",
     31       "meta.provider",
     32       "meta.route",
     33       "meta.model",
     34       "meta.provenance"
     35     ]
     36   }
     37 }