From: fomichev Date: Thu, 30 Apr 2026 15:07:48 +0000 (+0300) Subject: feat(ERP-292): LlmVerifyResult DTO X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=217a98ed8a7862ad58a3d39fdfdc2dc53eeda790;p=erp24_rep%2Fyii-erp24%2F.git feat(ERP-292): LlmVerifyResult DTO --- diff --git a/erp24/services/automark/LlmVerifyResult.php b/erp24/services/automark/LlmVerifyResult.php new file mode 100644 index 00000000..4b9c6a89 --- /dev/null +++ b/erp24/services/automark/LlmVerifyResult.php @@ -0,0 +1,19 @@ +verdict === 'approved'; + } +}