mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-02 05:10:59 +00:00
refactor(ai): extract assistant into an official module (#749)
* feat(modules): expose host data boundaries * feat(modules): add frontend extension surfaces * refactor(ai): remove assistant from core * chore(ai): prepare the module extraction * fix(modules): load extension styles after the host bundle * chore(modules): lock SDK 3.3.0
This commit is contained in:
@@ -34,8 +34,6 @@ use App\Domains\Sales\Models\InvoiceItem;
|
||||
use App\Domains\Sales\Models\RecurringInvoice;
|
||||
use App\Domains\Taxation\Models\Tax;
|
||||
use App\Domains\Taxation\Models\TaxType;
|
||||
use App\Platform\Ai\Models\AiConversation;
|
||||
use App\Platform\Ai\Models\AiMessage;
|
||||
use App\Platform\Mail\Models\EmailLog;
|
||||
use App\Platform\Modules\Models\MarketplaceCredential;
|
||||
use App\Platform\Modules\Models\MarketplaceOperation;
|
||||
@@ -70,8 +68,6 @@ final class ModelIdentityMap
|
||||
{
|
||||
return [
|
||||
'address' => Address::class,
|
||||
'ai_conversation' => AiConversation::class,
|
||||
'ai_message' => AiMessage::class,
|
||||
'company' => Company::class,
|
||||
'company_invitation' => CompanyInvitation::class,
|
||||
'company_setting' => CompanySetting::class,
|
||||
|
||||
Reference in New Issue
Block a user