AutomatedReasoningPolicyGeneratedTestCase
Represents a generated test case, consisting of query content, guard content, and expected results.
Types
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
inline fun copy(block: AutomatedReasoningPolicyGeneratedTestCase.Builder.() -> Unit = {}): AutomatedReasoningPolicyGeneratedTestCase