chimera_confident
Assert that a value has confidence at least 0.95, returning a ConfidentValue on success or a ConfidenceViolation on failure.
Instructions
Assert value confidence >= 0.95. Returns ConfidentValue on pass, ConfidenceViolation on fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to assert confidence on | |
| confidence | Yes | Confidence score 0.0–1.0. Must be >= 0.95 to pass. | |
| label | No | Optional label for trace identification |