@remit/api-openapi-spec 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +4 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -4791,6 +4791,10 @@
|
|
|
4791
4791
|
"type": "string"
|
|
4792
4792
|
},
|
|
4793
4793
|
"description": "Ids of the matching messages, bounded to the same cap the apply pass uses"
|
|
4794
|
+
},
|
|
4795
|
+
"semanticUnavailable": {
|
|
4796
|
+
"type": "boolean",
|
|
4797
|
+
"description": "True when the semantic widen could not run because this deployment ships no vector pipeline (self-host without sqlite-vec / the embedding model). The matched set is then the literal matches only, or empty for an anchor-only predicate; literal search is unaffected. Absent on deployments where the widen ran."
|
|
4794
4798
|
}
|
|
4795
4799
|
},
|
|
4796
4800
|
"description": "Response body for POST /accounts/{accountId}/organize/preview — the messages the same matcher would apply the action to, without applying it. Bounded server-side."
|