feat: implement AI styling foundation and billing scope rework
This commit is contained in:
13
app/Services/AiEditing/Contracts/AiImageProvider.php
Normal file
13
app/Services/AiEditing/Contracts/AiImageProvider.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\AiEditing\Contracts;
|
||||
|
||||
use App\Models\AiEditRequest;
|
||||
use App\Services\AiEditing\AiProviderResult;
|
||||
|
||||
interface AiImageProvider
|
||||
{
|
||||
public function submit(AiEditRequest $request): AiProviderResult;
|
||||
|
||||
public function poll(AiEditRequest $request, string $providerTaskId): AiProviderResult;
|
||||
}
|
||||
Reference in New Issue
Block a user