score_check_worthiness
Scores each sentence in a text for check-worthiness using ClaimBuster to identify claims that warrant fact-checking.
Instructions
Score sentences in a text for check-worthiness using ClaimBuster.
Args: text: The text containing one or more sentences to score.
Returns: List of dicts with keys: sentence, score, index. Returns empty list on error or missing API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |