chore(prompts): enable AI-powered search and generation features

This commit is contained in:
Fatih Kadir Akın
2026-03-25 10:53:53 +03:00
parent 9fe76ea4eb
commit 01f0587b42

View File

@@ -57,9 +57,9 @@ export default defineConfig({
// Enable tags
tags: true,
// Enable AI-powered semantic search (requires OPENAI_API_KEY)
aiSearch: false,
aiSearch: true,
// Enable AI-powered generation features (requires OPENAI_API_KEY)
aiGeneration: false,
aiGeneration: true,
// Enable MCP (Model Context Protocol) features including API key generation
mcp: true,
// Enable comments on prompts