disableDataStoreFallback property

bool? disableDataStoreFallback
getter/setter pair

Whether to disable fallback to Data Store search results (in case the LLM couldn't pick a proper answer).

Per default the feature is enabled.

Implementation

core.bool? disableDataStoreFallback;