From 2df60a965c487763856fabe24b8ed96869fbb249 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 26 Jun 2024 14:19:32 +0200 Subject: [PATCH] wip --- resources/views/components/solution.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/views/components/solution.blade.php b/resources/views/components/solution.blade.php index 2b8e0f1..603e0a4 100644 --- a/resources/views/components/solution.blade.php +++ b/resources/views/components/solution.blade.php @@ -20,6 +20,12 @@ @endif + {{-- + @if($solution->isAiSolution()) + This solution is provided by our AI. It might not be 100% accurate. + @endif + --}} + @if(config('error-solutions.enable_runnable_solutions')) @if($solution instanceof \Spatie\ErrorSolutions\Contracts\RunnableSolution)