Error on loading onboarding theme #32

Closed
opened 2026-07-13 07:33:41 +00:00 by rve · 0 comments
Owner

When the user opens a theme from the onboarding page the following error occurs:

Could not load this theme

LLM output failed schema validation for task "onboarding.overview:emit_onboarding_overview": [ { "expected": "array", "code": "invalid_type", "path": [ "key_points" ], "message": "Invalid input" }, { "origin": "string", "code": "too_big", "maximum": 5, "inclusive": true, "path": [ "key_points" ], "message": "Invalid input" }, { "expected": "array", "code": "invalid_type", "path": [ "topics_covered" ], "message": "Invalid input" } ]

When the user opens a theme from the onboarding page the following error occurs: Could not load this theme LLM output failed schema validation for task "onboarding.overview:emit_onboarding_overview": [ { "expected": "array", "code": "invalid_type", "path": [ "key_points" ], "message": "Invalid input" }, { "origin": "string", "code": "too_big", "maximum": 5, "inclusive": true, "path": [ "key_points" ], "message": "Invalid input" }, { "expected": "array", "code": "invalid_type", "path": [ "topics_covered" ], "message": "Invalid input" } ]
rve closed this issue 2026-07-13 07:46:54 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rve/learning-platform#32