Result of an AI vision verification check. More...
#include <ai_vision_verifier.h>
Public Attributes | |
| bool | passed = false |
| float | confidence = 0.0f |
| std::string | ai_response |
| std::string | screenshot_path |
| std::chrono::milliseconds | latency {0} |
| std::string | error_message |
| std::vector< std::string > | observations |
| std::vector< std::string > | discrepancies |
Result of an AI vision verification check.
Contains both the AI's assessment and metadata about the verification.
Definition at line 28 of file ai_vision_verifier.h.
| bool yaze::test::VisionVerificationResult::passed = false |
Definition at line 29 of file ai_vision_verifier.h.
Referenced by yaze::test::AIVisionVerifier::CompleteIterativeSession(), and yaze::test::AIVisionVerifier::ParseAIResponse().
| float yaze::test::VisionVerificationResult::confidence = 0.0f |
Definition at line 30 of file ai_vision_verifier.h.
Referenced by yaze::test::AIVisionVerifier::CompleteIterativeSession(), and yaze::test::AIVisionVerifier::ParseAIResponse().
| std::string yaze::test::VisionVerificationResult::ai_response |
Definition at line 31 of file ai_vision_verifier.h.
Referenced by yaze::test::AIVisionVerifier::ParseAIResponse().
| std::string yaze::test::VisionVerificationResult::screenshot_path |
Definition at line 32 of file ai_vision_verifier.h.
Referenced by yaze::test::AIVisionVerifier::ParseAIResponse().
| std::chrono::milliseconds yaze::test::VisionVerificationResult::latency {0} |
Definition at line 33 of file ai_vision_verifier.h.
| std::string yaze::test::VisionVerificationResult::error_message |
Definition at line 34 of file ai_vision_verifier.h.
| std::vector<std::string> yaze::test::VisionVerificationResult::observations |
Definition at line 37 of file ai_vision_verifier.h.
Referenced by yaze::test::AIVisionVerifier::CompleteIterativeSession(), and yaze::test::AIVisionVerifier::ParseAIResponse().
| std::vector<std::string> yaze::test::VisionVerificationResult::discrepancies |
Definition at line 38 of file ai_vision_verifier.h.
Referenced by yaze::test::AIVisionVerifier::CompleteIterativeSession(), and yaze::test::AIVisionVerifier::ParseAIResponse().