Add Generate Image Prompts Functionality: Implement new AI function for generating image prompts, update API endpoints, and integrate with frontend actions for content management.
This commit is contained in:
@@ -258,8 +258,8 @@ const tableActionsConfigs: Record<string, TableActionsConfig> = {
|
||||
variant: 'primary',
|
||||
},
|
||||
{
|
||||
key: 'generate_images',
|
||||
label: 'Generate Images',
|
||||
key: 'generate_image_prompts',
|
||||
label: 'Generate Image Prompts',
|
||||
icon: <BoltIcon className="w-5 h-5 text-purple-500" />,
|
||||
variant: 'primary',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user