We are experiencing a severe and critical bug within the Dialogflow CX Generative Playbook integration with Vertex AI Search. The system is actively hallucinating and generating non-existent URLs for information that is correctly indexed in the Data Store.
This issue is occurring despite setting the strictest grounding rules and renders the chatbot unusable for production, as it directs users to 404 error pages, severely damaging trust.
-
The Critical Issue (URL Hallucination)
-
System Action: When asked about indexed content (e.g., “Group Insurance”), the Generative Playbook successfully extracts the correct content text from the Data Store.
-
Failure: The Playbook fails to quote the correct, indexed source URL (e.g.,
.../insurance.html). -
Hallucination: Instead of quoting the correct URL, it invents a non-existent, plausible-looking URL (e.g.,
.../insurance/index.html,.../insurance_service/index.html) and attempts to output it, resulting in a Status 400 (Bad Request) error on the webhook and a 404 for the user. -
Content Creation: The system also exhibits related hallucination by inventing content not present in the Data Store (e.g., mentioning “Safety Mutual Aid” in the context of the “Union Overview”).