clean up
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Feature;
|
namespace Tests;
|
||||||
|
|
||||||
use App\Ai\Agents\ChatWithPortfolioAgent;
|
use App\Ai\Agents\ChatWithPortfolioAgent;
|
||||||
use App\Ai\Agents\ChatWithSuggestedPromptsAgent;
|
use App\Ai\Agents\ChatWithSuggestedPromptsAgent;
|
||||||
@@ -14,7 +14,6 @@ use Illuminate\Support\Facades\DB;
|
|||||||
use Illuminate\Support\Facades\RateLimiter;
|
use Illuminate\Support\Facades\RateLimiter;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use Livewire\Volt\Volt;
|
use Livewire\Volt\Volt;
|
||||||
use Tests\TestCase;
|
|
||||||
|
|
||||||
class ChatWithTest extends TestCase
|
class ChatWithTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user