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