@gendive/chatllm 0.17.7 → 0.17.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1046,6 +1046,11 @@ interface InputProps {
1046
1046
  * @Todo vibecode - accept 속성 ('image/*', 'application/pdf' 등)
1047
1047
  */
1048
1048
  acceptedFileTypes?: string[];
1049
+ /**
1050
+ * @description AI 면책조항 클릭 핸들러
1051
+ * @Todo vibecode - 하단 "AI는 실수를 할 수 있습니다" 클릭 시 모달 열기
1052
+ */
1053
+ onDisclaimerClick?: () => void;
1049
1054
  }
1050
1055
  interface HeaderProps {
1051
1056
  title: string;
@@ -1046,6 +1046,11 @@ interface InputProps {
1046
1046
  * @Todo vibecode - accept 속성 ('image/*', 'application/pdf' 등)
1047
1047
  */
1048
1048
  acceptedFileTypes?: string[];
1049
+ /**
1050
+ * @description AI 면책조항 클릭 핸들러
1051
+ * @Todo vibecode - 하단 "AI는 실수를 할 수 있습니다" 클릭 시 모달 열기
1052
+ */
1053
+ onDisclaimerClick?: () => void;
1049
1054
  }
1050
1055
  interface HeaderProps {
1051
1056
  title: string;