Get Evaluation Assertion
Retrieve the details of an evaluation assertion using its ID.
Path Parameters
"1212121"
Response
EXACT_MATCH
The value to match.
How heavily to weigh the assertion within the evaluation.
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.
EXACT_MATCH
The value to match.
How heavily to weigh the assertion within the evaluation.
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.
CONTAINS_ALL
List of values any of which may be present.
How heavily to weigh the assertion within the evaluation.
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.
CONTAINS_ANY
List of values any of which may be present.
How heavily to weigh the assertion within the evaluation.
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.
STARTS_WITH
The value that the response should start with.
How heavily to weigh the assertion within the evaluation.
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.
COST
The cost threshold to be evaluated against.
How heavily to weigh the assertion within the evaluation.
0 <= x <= 1
LATENCY
The latency threshold to be evaluated against.
How heavily to weigh the assertion within the evaluation.
0 <= x <= 1
TOOL_CALLED
The name of the tool that should have been called.
How heavily to weigh the assertion within the evaluation.
0 <= x <= 1
TOOL_CALLED_WITH
The argument name to be matched.
The name of the tool that should have been called.
How heavily to weigh the assertion within the evaluation.
0 <= x <= 1
Whether to ignore case when comparing argument names.
Whether to negate the assertion. "true" means the assertion must NOT be true.
Was this page helpful?