Explorar el Código

changeset (#90)

* changeset

* update
Chris Tate hace 5 meses
padre
commit
429e456a4f
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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.