
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
strapi-plugin-ai-generated-field
Advanced tools
A Strapi plugin that provides an AI-generated field allowing automatic content generation using AI models. Ideal for filling text fields like titles, descriptions, or summaries with context-aware suggestions.
This plugin adds AI-generated text suggestions to Strapi content management using Google's Gemini API.
For Strapi 5:
# Latest version works with Strapi 5
npm i strapi-plugin-ai-generated-field
# or using yarn
yarn add strapi-plugin-ai-generated-field
For Strapi 4:
# Specific version for Strapi 4 compatibility
npm install strapi-plugin-ai-generated-field@4.0.0
# or using yarn
yarn add strapi-plugin-ai-generated-field@4.0.0
Important: Make sure to use version 4.0.0 if you're running Strapi 4. Users on Strapi 5 can use the latest version.
The Ai Generated Field field works as a standard text field with additional AI capabilities.
// Example content-type configuration
{
attributes: {
description: {
type: 'ai-text',
options: {
description: 'Enter product description or use AI to generate one'
}
}
}
}
FAQs
A Strapi plugin that provides an AI-generated field allowing automatic content generation using AI models. Ideal for filling text fields like titles, descriptions, or summaries with context-aware suggestions.
We found that strapi-plugin-ai-generated-field demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.