kyd-shared-badge 0.3.13 → 0.3.14
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.
- package/package.json +1 -1
- package/src/lib/context.ts +2 -0
package/package.json
CHANGED
package/src/lib/context.ts
CHANGED
|
@@ -97,6 +97,8 @@ export function buildAllContextPrompt(cleanedData: any, reportGraphData: GraphIn
|
|
|
97
97
|
'Return natural language for the main reply.',
|
|
98
98
|
'When referring to the input JSON, use the term "Report Information" or "Report"',
|
|
99
99
|
'You are speaking to a non-technical user, ensure you do not use variable-esk language like "based on linkedin_provider", instead use "based the LinkedIn profile"',
|
|
100
|
+
'Do NOT recommend reviewing external sources or contacting anyone. Do NOT suggest actions such as "reach out", "discuss directly", "interview", or "collect more information". If the report lacks information to answer, state that plainly and stop.',
|
|
101
|
+
'Avoid advisory phrasing like "I recommend", "you should", or "consider". Provide only what the Report contains or explicitly lacks.',
|
|
100
102
|
// 'Optionally append a fenced JSON evidence block at the end if relevant.',
|
|
101
103
|
// 'If you output evidence, follow the exact evidence schema described.',
|
|
102
104
|
];
|