@learncard/helpers 1.2.16 → 1.2.17
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/dist/helpers.esm.js
CHANGED
|
@@ -15376,7 +15376,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15376
15376
|
external_exports.object({
|
|
15377
15377
|
title: external_exports.string().describe("Title of the suggested next step"),
|
|
15378
15378
|
description: external_exports.string().describe("Description explaining why this next step is recommended"),
|
|
15379
|
-
keywords: SummaryCredentialKeywordValidator
|
|
15379
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
15380
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
15381
|
+
)
|
|
15380
15382
|
})
|
|
15381
15383
|
).describe("Recommended follow-up activities or learning modules"),
|
|
15382
15384
|
reflections: external_exports.array(
|