ai_tool_id = $ai_tool_id; } /** * Execute the job. */ public function handle(): void { PublishIndexPostTask::handle($this->ai_tool_id); } }