Optional
thresholdMinimum confidence threshold for validation (0.0 to 1.0)
Optional
llmModel to use for fact checking (from the AI SDK)
Optional
includeWhether to include evidence in the output
Optional
includeWhether to include fact check results in the final results
Optional
statementsSpecific statements to check (if empty, will extract from content)
Optional
maxMaximum number of statements to check
Optional
customCustom prompt for the fact-checking LLM
Optional
temperatureTemperature for the LLM (0.0 to 1.0)
Optional
retryRetry configuration for LLM calls
Optional
maxRetries?: numberMaximum number of retries
Optional
baseDelay?: numberBase delay between retries in ms
Optional
continueWhether to continue if some statements fail to check
Optional
allowWhether to continue even if zero extracted content is available
Options for the fact checking step