AutomatedReasoningPolicyGeneratedTestCase

Represents a generated test case, consisting of query content, guard content, and expected results.

Types

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

Properties

Link copied to clipboard

The expected results of the generated test case. Possible values include:

Link copied to clipboard

The output content that's validated by the Automated Reasoning policy. This represents the foundation model response that will be checked for accuracy.

Link copied to clipboard

The input query or prompt that generated the content. This provides context for the validation.

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