소스 검색

changeset (#90)

* changeset

* update
Chris Tate 5 달 전
부모
커밋
429e456a4f
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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.