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)