VertexAICheckGroundingWrapper(
self,
**kwargs: Any = {},
)RunnableSerializable[str, 'VertexAICheckGroundingWrapper.CheckGroundingResponse']Initializes the Vertex AI CheckGroundingOutputParser with configurable parameters.
Calls the Check Grounding API to validate the response against a given set of documents and returns back citations that support the claims along with the cited chunks. Output is of the type CheckGroundingResponse.