Functions
FUNC check_certainty
context: Chat context containing user question and assistant answer.backend: Backend instance that supports LoRA/aLoRA adapters.
- Certainty score as a float (higher = more certain).
FUNC requirement_check
context: Chat context containing user question and assistant answer.backend: Backend instance that supports LoRA/aLoRA adapters.requirement: Set of requirements to satisfy.
- Score as a float between 0.0 and 1.0 (higher = more likely satisfied).