GuardrailAutomatedReasoningTranslation

Contains the logical translation of natural language input into formal logical statements, including premises, claims, and confidence scores.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The logical statements that are being validated against the premises and policy rules.

Link copied to clipboard

A confidence score between 0 and 1 indicating how certain the system is about the logical translation.

Link copied to clipboard

The logical statements that serve as the foundation or assumptions for the claims.

Link copied to clipboard

References to portions of the original input text that correspond to the claims but could not be fully translated.

Link copied to clipboard

References to portions of the original input text that correspond to the premises but could not be fully translated.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String