Prechádzať zdrojové kódy

changeset (#90)

* changeset

* update
Chris Tate 5 mesiacov pred
rodič
commit
429e456a4f
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  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.