@nextsparkjs/plugin-ai 0.1.0-beta.92 → 0.1.0-beta.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,27 +14,6 @@ import { CreateMetaPayload } from '@nextsparkjs/core/types/meta.types';
|
|
|
14
14
|
* METADATA BY ENDPOINT (Standardized)
|
|
15
15
|
* ============================================
|
|
16
16
|
*
|
|
17
|
-
* analyze-brief (/api/v1/theme/content-buddy/analyze-brief):
|
|
18
|
-
* - briefText: Original brief text (for auditing/debugging)
|
|
19
|
-
* - briefLength: Length of brief text
|
|
20
|
-
* - extractedFieldsCount: Number of fields extracted
|
|
21
|
-
* - audiencesCount: Number of audience entities extracted
|
|
22
|
-
* - objectivesCount: Number of objective entities extracted
|
|
23
|
-
* - productsCount: Number of product entities extracted
|
|
24
|
-
* - totalChildEntities: Total child entities extracted
|
|
25
|
-
* - clientName: Extracted client name
|
|
26
|
-
* - clientIndustry: Extracted client industry
|
|
27
|
-
*
|
|
28
|
-
* generate-content (/api/v1/theme/content-buddy/generate-content):
|
|
29
|
-
* Core generation parameters (reproducibility):
|
|
30
|
-
* - temperature: AI model temperature used
|
|
31
|
-
* - tone: Content tone
|
|
32
|
-
* - brandVoice: Brand voice style
|
|
33
|
-
* - audience: Target audience description
|
|
34
|
-
* - topic: Content topic
|
|
35
|
-
* - postType: Type of post
|
|
36
|
-
* - language: Content language code (e.g., "en", "es")
|
|
37
|
-
*
|
|
38
17
|
* Content specifications (analytics):
|
|
39
18
|
* - wordCount: Target word count
|
|
40
19
|
* - keywords: Comma-separated keywords (e.g., "innovation,tech,ai")
|
|
@@ -54,13 +33,6 @@ import { CreateMetaPayload } from '@nextsparkjs/core/types/meta.types';
|
|
|
54
33
|
* - objectiveId: Marketing objective (if specified)
|
|
55
34
|
* - targetAudienceId: Specific audience segment (if specified)
|
|
56
35
|
*
|
|
57
|
-
* refine-content (/api/v1/theme/content-buddy/refine-content):
|
|
58
|
-
* - userInstruction: User's refinement instruction
|
|
59
|
-
* - sourceOperationId: UUID linking to source operation (for workflow tracking)
|
|
60
|
-
* - temperature: AI model temperature used
|
|
61
|
-
* - tone: Desired tone (if specified)
|
|
62
|
-
* - platform: Social media platform being refined for
|
|
63
|
-
*
|
|
64
36
|
* ============================================
|
|
65
37
|
* DEPRECATED METADATA (Use ai_history columns instead)
|
|
66
38
|
* ============================================
|