jina_grounding_enhance
Enhance content accuracy by verifying statements in real-time against web knowledge, reducing errors and improving integrity with automated fact-checking.
Instructions
Real-time fact verification against web knowledge. Reduces hallucinations and improves content integrity through statement verification.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to enhance |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"description": "Content to enhance",
"type": "string"
}
},
"required": [
"content"
],
"type": "object"
}