This commit is contained in:
hackerESQ
2026-03-18 17:40:31 -05:00
parent 5e8324551b
commit 327e120a3c
+1 -2
View File
@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Tests\Feature;
namespace Tests;
use App\Ai\Agents\ChatWithPortfolioAgent;
use App\Ai\Agents\ChatWithSuggestedPromptsAgent;
@@ -14,7 +14,6 @@ use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\RateLimiter;
use Illuminate\Support\Str;
use Livewire\Volt\Volt;
use Tests\TestCase;
class ChatWithTest extends TestCase
{