Răsfoiți Sursa

changeset (#90)

* changeset

* update
Chris Tate 5 luni în urmă
părinte
comite
429e456a4f
1 a modificat fișierele cu 9 adăugiri și 0 ștergeri
  1. 9 0
      .changeset/fix-prompt-hallucinations.md

+ 9 - 0
.changeset/fix-prompt-hallucinations.md

@@ -0,0 +1,9 @@
+---
+"@json-render/core": patch
+"@json-render/react": patch
+"@json-render/react-native": patch
+"@json-render/remotion": patch
+"@json-render/codegen": patch
+---
+
+Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.