Path Parameters
Example:
"1212121"
Body
application/json
- EvaluationAssertionExactMatchBody
- EvaluationAssertionContainsAllBody
- EvaluationAssertionContainsAnyBody
- EvaluationAssertionStartsWithBody
- EvaluationAssertionCostBody
- EvaluationAssertionLatencyBody
- EvaluationAssertionToolCalledBody
- EvaluationAssertionToolCalledWithBody
Available options:
EXACT_MATCH
The value to match.
How heavily to weigh the assertion within the evaluation.
Required range:
0 <= x <= 1
A JSON path to use when matching a JSON response.
Whether to ignore case when comparing strings.
Whether to negate the assertion. "true" means the assertion must NOT be true.
Response
Successful operation
- EvaluationAssertionExactMatch
- EvaluationAssertionContainsAll
- EvaluationAssertionContainsAny
- EvaluationAssertionStartsWith
- EvaluationAssertionCost
- EvaluationAssertionLatency
- EvaluationAssertionToolCalled
- EvaluationAssertionToolCalledWith
Available options:
EXACT_MATCH
The value to match.
How heavily to weigh the assertion within the evaluation.
Required range:
0 <= x <= 1
A JSON path to use when matching a JSON response.
Whether to ignore case when comparing strings.
Whether to negate the assertion. "true" means the assertion must NOT be true.