@e-llm-studio/instant-learning 0.0.100 → 0.0.102

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.
Files changed (224) hide show
  1. package/dist/cjs/features/IL-OTJ/ILOTJ.js +2 -0
  2. package/dist/cjs/features/IL-OTJ/ILOTJ.js.map +1 -0
  3. package/dist/cjs/features/IL-OTJ/InstantLearning.module.css.js +2 -0
  4. package/dist/cjs/features/IL-OTJ/InstantLearning.module.css.js.map +1 -0
  5. package/dist/cjs/features/IL-OTJ/_components/AudioWaveform.js +2 -0
  6. package/dist/cjs/features/IL-OTJ/_components/AudioWaveform.js.map +1 -0
  7. package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js +2 -0
  8. package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js.map +1 -0
  9. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +2 -0
  10. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js.map +1 -0
  11. package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js +2 -0
  12. package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js.map +1 -0
  13. package/dist/cjs/features/IL-OTJ/_components/MessageRendering.js +2 -0
  14. package/dist/cjs/features/IL-OTJ/_components/MessageRendering.js.map +1 -0
  15. package/dist/cjs/features/IL-OTJ/_components/MinimizedThinkingSteps.js +2 -0
  16. package/dist/cjs/features/IL-OTJ/_components/MinimizedThinkingSteps.js.map +1 -0
  17. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowDown.js +2 -0
  18. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowDown.js.map +1 -0
  19. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowIconBlue.js +2 -0
  20. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowIconBlue.js.map +1 -0
  21. package/dist/cjs/features/IL-OTJ/_components/_svg/CompleteIconGreen.js +2 -0
  22. package/dist/cjs/features/IL-OTJ/_components/_svg/CompleteIconGreen.js.map +1 -0
  23. package/dist/cjs/features/IL-OTJ/_components/_svg/NewChatIcon.js +2 -0
  24. package/dist/cjs/features/IL-OTJ/_components/_svg/NewChatIcon.js.map +1 -0
  25. package/dist/cjs/features/IL-OTJ/_components/atoms/Button/Button.js +2 -0
  26. package/dist/cjs/features/IL-OTJ/_components/atoms/Button/Button.js.map +1 -0
  27. package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +2 -0
  28. package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js.map +1 -0
  29. package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +2 -0
  30. package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js.map +1 -0
  31. package/dist/cjs/features/IL-OTJ/_components/atoms/Toggle/Toggle.js +2 -0
  32. package/dist/cjs/features/IL-OTJ/_components/atoms/Toggle/Toggle.js.map +1 -0
  33. package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +2 -0
  34. package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js.map +1 -0
  35. package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +2 -0
  36. package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js.map +1 -0
  37. package/dist/cjs/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js +2 -0
  38. package/dist/cjs/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js.map +1 -0
  39. package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +2 -0
  40. package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js.map +1 -0
  41. package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +2 -0
  42. package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js.map +1 -0
  43. package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +2 -0
  44. package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js.map +1 -0
  45. package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +2 -0
  46. package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js.map +1 -0
  47. package/dist/cjs/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +2 -0
  48. package/dist/cjs/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js.map +1 -0
  49. package/dist/cjs/features/IL-OTJ/_components/templates/Testing/Testing.js +2 -0
  50. package/dist/cjs/features/IL-OTJ/_components/templates/Testing/Testing.js.map +1 -0
  51. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +2 -0
  52. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js.map +1 -0
  53. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js +2 -0
  54. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js.map +1 -0
  55. package/dist/cjs/features/IL-OTJ/helpers/utils.js +2 -0
  56. package/dist/cjs/features/IL-OTJ/helpers/utils.js.map +1 -0
  57. package/dist/cjs/features/InstantLearning/InstantLearning.js +1 -1
  58. package/dist/cjs/features/InstantLearning/_components/ChatComponent.js +1 -1
  59. package/dist/cjs/features/InstantLearning/_components/LearningDetailsForm.js +1 -1
  60. package/dist/cjs/index.js +1 -1
  61. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/pencil.js +1 -1
  62. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/pencil.js.map +1 -1
  63. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash-2.js +1 -1
  64. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -1
  65. package/dist/features/IL-OTJ/ILOTJ.js +2 -0
  66. package/dist/features/IL-OTJ/ILOTJ.js.map +1 -0
  67. package/dist/features/IL-OTJ/InstantLearning.module.css.js +2 -0
  68. package/dist/features/IL-OTJ/InstantLearning.module.css.js.map +1 -0
  69. package/dist/features/IL-OTJ/_components/AudioWaveform.js +2 -0
  70. package/dist/features/IL-OTJ/_components/AudioWaveform.js.map +1 -0
  71. package/dist/features/IL-OTJ/_components/ChatComponent.js +2 -0
  72. package/dist/features/IL-OTJ/_components/ChatComponent.js.map +1 -0
  73. package/dist/features/IL-OTJ/_components/ILPopup.js +2 -0
  74. package/dist/features/IL-OTJ/_components/ILPopup.js.map +1 -0
  75. package/dist/features/IL-OTJ/_components/ILPopup.styles.js +2 -0
  76. package/dist/features/IL-OTJ/_components/ILPopup.styles.js.map +1 -0
  77. package/dist/features/IL-OTJ/_components/MessageRendering.js +2 -0
  78. package/dist/features/IL-OTJ/_components/MessageRendering.js.map +1 -0
  79. package/dist/features/IL-OTJ/_components/MinimizedThinkingSteps.js +2 -0
  80. package/dist/features/IL-OTJ/_components/MinimizedThinkingSteps.js.map +1 -0
  81. package/dist/features/IL-OTJ/_components/_svg/ArrowDown.js +2 -0
  82. package/dist/features/IL-OTJ/_components/_svg/ArrowDown.js.map +1 -0
  83. package/dist/features/IL-OTJ/_components/_svg/ArrowIconBlue.js +2 -0
  84. package/dist/features/IL-OTJ/_components/_svg/ArrowIconBlue.js.map +1 -0
  85. package/dist/features/IL-OTJ/_components/_svg/CompleteIconGreen.js +2 -0
  86. package/dist/features/IL-OTJ/_components/_svg/CompleteIconGreen.js.map +1 -0
  87. package/dist/features/IL-OTJ/_components/_svg/NewChatIcon.js +2 -0
  88. package/dist/features/IL-OTJ/_components/_svg/NewChatIcon.js.map +1 -0
  89. package/dist/features/IL-OTJ/_components/atoms/Button/Button.js +2 -0
  90. package/dist/features/IL-OTJ/_components/atoms/Button/Button.js.map +1 -0
  91. package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +2 -0
  92. package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js.map +1 -0
  93. package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +2 -0
  94. package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js.map +1 -0
  95. package/dist/features/IL-OTJ/_components/atoms/Toggle/Toggle.js +2 -0
  96. package/dist/features/IL-OTJ/_components/atoms/Toggle/Toggle.js.map +1 -0
  97. package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +2 -0
  98. package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js.map +1 -0
  99. package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +2 -0
  100. package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js.map +1 -0
  101. package/dist/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js +2 -0
  102. package/dist/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js.map +1 -0
  103. package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +2 -0
  104. package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js.map +1 -0
  105. package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +2 -0
  106. package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js.map +1 -0
  107. package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +2 -0
  108. package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js.map +1 -0
  109. package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +2 -0
  110. package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js.map +1 -0
  111. package/dist/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +2 -0
  112. package/dist/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js.map +1 -0
  113. package/dist/features/IL-OTJ/_components/templates/Testing/Testing.js +2 -0
  114. package/dist/features/IL-OTJ/_components/templates/Testing/Testing.js.map +1 -0
  115. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +2 -0
  116. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js.map +1 -0
  117. package/dist/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js +2 -0
  118. package/dist/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js.map +1 -0
  119. package/dist/features/IL-OTJ/helpers/utils.js +2 -0
  120. package/dist/features/IL-OTJ/helpers/utils.js.map +1 -0
  121. package/dist/features/InstantLearning/InstantLearning.js +1 -1
  122. package/dist/features/InstantLearning/_components/ChatComponent.js +1 -1
  123. package/dist/features/InstantLearning/_components/LearningDetailsForm.js +1 -1
  124. package/dist/index.js +1 -1
  125. package/dist/node_modules/lucide-react/dist/esm/icons/pencil.js +1 -1
  126. package/dist/node_modules/lucide-react/dist/esm/icons/pencil.js.map +1 -1
  127. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js +1 -1
  128. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -1
  129. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +33 -0
  130. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -0
  131. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +8 -0
  132. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -0
  133. package/dist/types/src/features/IL-OTJ/_components/AudioWaveform.d.ts +13 -0
  134. package/dist/types/src/features/IL-OTJ/_components/AudioWaveform.d.ts.map +1 -0
  135. package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts +27 -0
  136. package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts.map +1 -0
  137. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +19 -0
  138. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -0
  139. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts +2 -0
  140. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -0
  141. package/dist/types/src/features/IL-OTJ/_components/MessageRendering.d.ts +11 -0
  142. package/dist/types/src/features/IL-OTJ/_components/MessageRendering.d.ts.map +1 -0
  143. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts +3 -0
  144. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  145. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowDown.d.ts +3 -0
  146. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowDown.d.ts.map +1 -0
  147. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts +3 -0
  148. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  149. package/dist/types/src/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts +3 -0
  150. package/dist/types/src/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  151. package/dist/types/src/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts +3 -0
  152. package/dist/types/src/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts.map +1 -0
  153. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/Button.d.ts +7 -0
  154. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/Button.d.ts.map +1 -0
  155. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/index.d.ts +2 -0
  156. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/index.d.ts.map +1 -0
  157. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +13 -0
  158. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -0
  159. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts +2 -0
  160. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts.map +1 -0
  161. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +7 -0
  162. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -0
  163. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/index.d.ts +2 -0
  164. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/index.d.ts.map +1 -0
  165. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts +7 -0
  166. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts.map +1 -0
  167. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/index.d.ts +2 -0
  168. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/index.d.ts.map +1 -0
  169. package/dist/types/src/features/IL-OTJ/_components/index.d.ts +17 -0
  170. package/dist/types/src/features/IL-OTJ/_components/index.d.ts.map +1 -0
  171. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +17 -0
  172. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -0
  173. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/index.d.ts +2 -0
  174. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/index.d.ts.map +1 -0
  175. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +13 -0
  176. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -0
  177. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/index.d.ts +2 -0
  178. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/index.d.ts.map +1 -0
  179. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts +12 -0
  180. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts.map +1 -0
  181. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts +2 -0
  182. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts.map +1 -0
  183. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +2 -0
  184. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -0
  185. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts +2 -0
  186. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts.map +1 -0
  187. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +20 -0
  188. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -0
  189. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts +2 -0
  190. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts.map +1 -0
  191. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +24 -0
  192. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -0
  193. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts +2 -0
  194. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts.map +1 -0
  195. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +3 -0
  196. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -0
  197. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/index.d.ts +2 -0
  198. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/index.d.ts.map +1 -0
  199. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts +2 -0
  200. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts.map +1 -0
  201. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts +8 -0
  202. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts.map +1 -0
  203. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/Testing.d.ts +2 -0
  204. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/Testing.d.ts.map +1 -0
  205. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/index.d.ts +2 -0
  206. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/index.d.ts.map +1 -0
  207. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts +2 -0
  208. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -0
  209. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts +2 -0
  210. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts.map +1 -0
  211. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts +2 -0
  212. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts.map +1 -0
  213. package/dist/types/src/features/IL-OTJ/helpers/index.d.ts +2 -0
  214. package/dist/types/src/features/IL-OTJ/helpers/index.d.ts.map +1 -0
  215. package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts +14 -0
  216. package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts.map +1 -0
  217. package/dist/types/src/features/InstantLearning/InstantLearning.d.ts +1 -0
  218. package/dist/types/src/features/InstantLearning/InstantLearning.d.ts.map +1 -1
  219. package/dist/types/src/features/InstantLearning/_components/ChatComponent.d.ts +1 -0
  220. package/dist/types/src/features/InstantLearning/_components/ChatComponent.d.ts.map +1 -1
  221. package/dist/types/src/features/InstantLearning/_components/LearningDetailsForm.d.ts.map +1 -1
  222. package/dist/types/src/index.d.ts +2 -0
  223. package/dist/types/src/index.d.ts.map +1 -1
  224. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ import{__spreadArray as e,__assign as n,__rest as r}from"../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as i,jsxs as t,Fragment as o}from"react/jsx-runtime";import l,{useState as a,useEffect as s,useCallback as d,useMemo as c,useRef as u}from"react";import{ReactMarkdown as f}from"../../../node_modules/react-markdown/lib/react-markdown.js";import g from"../../../node_modules/rehype-raw/lib/index.js";function p(e){return"string"==typeof e?e:Array.isArray(e)?e.map(p).join(""):"object"==typeof e&&null!==e&&"props"in e?p(e.props.children):""}var m=function(e){var r=e.label,o=e.onToggle,l=e.disabled,d=a(!1),c=d[0],f=d[1],g=u(null);return s((function(){var e=g.current;e&&c&&(e.style.boxShadow="0 2px 8px rgba(0, 0, 0, 0.1)",e.style.transform="scale(1)",e.style.backgroundColor="#2661eb",e.style.color="#ffffff")}),[c]),t("span",n({ref:g,onClick:function(){if(!l){var e=!c;f(e),o(r,e)}},style:{cursor:l?"not-allowed":"pointer",backgroundColor:c?"#E8F5E9":"#fff",color:c?"#326f94ff":l?"#9ca3af":"#000000de",transition:"all 0.2s ease-in-out",boxShadow:l?"none":"0 2px 4px rgba(0, 0, 0, 0.2)",opacity:l&&!c?.6:1,transform:"scale(1)",display:"inline-block",margin:"2px",padding:"2px 8px",borderRadius:"12px",pointerEvents:l?"none":"auto"},onMouseEnter:function(e){c||l||(e.currentTarget.style.boxShadow="0 4px 12px rgba(30, 136, 229, 0.3)",e.currentTarget.style.transform="scale(1.02)",e.currentTarget.style.backgroundColor="#f0f7ff",e.currentTarget.style.color="#1E88E5")},onMouseLeave:function(e){c||l||(e.currentTarget.style.boxShadow="0 2px 4px rgba(0, 0, 0, 0.2)",e.currentTarget.style.transform="scale(1)",e.currentTarget.style.backgroundColor="#fbfaff",e.currentTarget.style.color="#000000de")}},{children:[i("span",n({style:{fontWeight:"bold",marginRight:"4px"}},{children:c?"✓":"+"})),i("span",{children:r})]}))},h=function(e){var r=e.label,o=e.onToggle,l=e.isSelected,a=void 0!==l&&l,s=e.disabled;return t("span",n({onClick:function(){return o(r,!a)},style:{cursor:s?"default":"pointer",backgroundColor:a?"#E8F5E9":"#fff",color:a?"#2E7D32":s?"#9ca3af":"#000000de",transition:"all 0.2s ease-in-out",boxShadow:s?"none":"0 2px 4px rgba(0, 0, 0, 0.2)",transform:a&&!s?"scale(1.05)":"scale(1)",opacity:s&&!a?.6:1,display:"inline-block",margin:"2px",padding:"2px 8px",borderRadius:"12px",pointerEvents:s?"none":"auto"},onMouseEnter:function(e){a||s||(e.currentTarget.style.backgroundColor="#f0f7ff",e.currentTarget.style.color="#1E88E5")},onMouseLeave:function(e){a||s||(e.currentTarget.style.backgroundColor="#fff",e.currentTarget.style.color="#000000de")}},{children:[i("span",n({style:{fontWeight:"bold",marginRight:"4px"}},{children:a?"✓":"+"})),i("span",{children:r})]}))},y=function(e){var r=e.content,o=function(e){var n=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),i=new RegExp("<".concat(n,">([\\s\\S]*?)<\\/").concat(n,">"),"i"),t=r.match(i);return t?t[1].trim():"*No ".concat(e," tag found.*")},l=o("reasoning_new"),a=o("proposed_rule"),s=o("wta_new"),d=o("wnta_new");return t("div",n({style:{padding:"16px 16px",maxWidth:"100%",border:"1px solid #A78BFA",borderRadius:"8px",backgroundColor:"#F6F4FF"}},{children:[i("div",n({style:{color:"#4B5563",fontSize:"1rem",lineHeight:"1.5rem",marginBottom:"1rem",fontFamily:"inherit",maxWidth:"90%"}},{children:l})),t("div",n({style:{border:"1px solid #ddd",borderRadius:"8px",padding:"16px",backgroundColor:"#FFFFFF",boxShadow:"0 4px 6px rgba(0, 0, 0, 0.05)"}},{children:[t("div",n({style:{paddingLeft:"12px",marginBottom:"12px",fontFamily:"inherit"}},{children:[i("div",n({style:{fontSize:"14px",fontWeight:"400",color:"#666F8D",fontFamily:"inherit"}},{children:"Proposed Rule"})),i("div",n({style:{fontSize:"0.95rem",color:"#374151",fontFamily:"inherit"}},{children:a}))]})),t("div",n({style:{marginBottom:"12px",paddingLeft:"12px",fontFamily:"inherit"}},{children:[i("div",n({style:{fontSize:"14px",fontWeight:"400",color:"#666F8D",fontFamily:"inherit"}},{children:"When to apply"})),i("div",n({style:{fontSize:"0.9rem",color:"#374151",fontFamily:"inherit"}},{children:s}))]})),t("div",n({style:{paddingLeft:"12px",fontFamily:"inherit"}},{children:[i("div",n({style:{fontSize:"14px",fontWeight:"400",color:"#666F8D",fontFamily:"inherit"}},{children:"When NOT to apply"})),i("div",n({style:{fontSize:"0.9rem",color:"#374151",fontFamily:"inherit"}},{children:d}))]}))]}))]}))},b=function(e){var r=e.label,o=e.onToggle,l=e.isSelected,a=e.disabled;return t("div",n({style:{display:"inline-flex",alignItems:"center",cursor:a?"not-allowed":"pointer",margin:"8px 24px 8px 0",userSelect:"none",fontFamily:"Plus Jakarta Sans, sans-serif",fontSize:"14px",color:a?"#9ca3af":"#000000de",verticalAlign:"middle",opacity:a&&!l?.6:1},onClick:function(){return!a&&o(r,!l)}},{children:[i("div",n({style:{width:"18px",height:"18px",borderRadius:"4px",border:l?"none":"2px solid ".concat(a?"#e5e7eb":"#cfd8dc"),backgroundColor:l?a?"#90caf9":"#2661eb":"transparent",display:"flex",alignItems:"center",justifyContent:"center",marginRight:"8px",transition:"all 0.2s ease",color:"white",flexShrink:0}},{children:l&&i("svg",n({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:i("path",{d:"M10 3L4.5 8.5L2 6",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}))})),i("span",{children:r})]}))},v=function(e){e.node;var t=e.className,o=e.children,l=e.handleStream,a=e.onAction,s=e.disabled,d=r(e,["node","className","children","handleStream","onAction","disabled"]),c=p(o);return i("button",n("clickable-button"===t?{className:t,onClick:function(e){e.preventDefault(),s||(a?a(c):l(new KeyboardEvent("keydown",{key:"Enter"}),!1,c))},disabled:s,style:{padding:"0.5rem 1rem",margin:"0.5rem 0.5rem 0.5rem 0",backgroundColor:s?"#f3f4f6":"#fbfaff",color:s?"#9ca3af":"#65758c",border:"1px solid ".concat(s?"#e5e7eb":"#bfc6ceff"),borderRadius:"8px",cursor:s?"not-allowed":"pointer",fontSize:"0.85rem",fontWeight:"500",transition:"all 0.2s ease",fontFamily:"Plus Jakarta Sans, sans-serif",display:"inline-block",pointerEvents:s?"none":"auto"},onMouseEnter:function(e){e.currentTarget.style.backgroundColor="#2563EB",e.currentTarget.style.borderColor="#3b82f5",e.currentTarget.style.color="#fff"},onMouseLeave:function(e){e.currentTarget.style.backgroundColor="#fbfaff",e.currentTarget.style.borderColor="#bfc6ceff",e.currentTarget.style.color="#65758c"}}:{className:t},d,{children:o}))},x=function(e){e.node;var o=e.className,l=e.children,a=e.selectedItems,s=e.onToggle,d=e.isSubmitted,c=e.disabled;r(e,["node","className","children","selectedItems","onToggle","isSubmitted","disabled"]);var u=p(l),f=u.trim();return"clickable-box"===o?d?a.includes(f)?t("div",n({style:{display:"inline-flex",alignItems:"center",margin:"4px 24px 4px 0",color:"#2661eb",fontWeight:600,fontFamily:"Plus Jakarta Sans, sans-serif"}},{children:[i("span",n({style:{marginRight:"6px",fontSize:"16px"}},{children:"✓"}))," ",u]})):null:i(b,{label:u,isSelected:a.includes(f),onToggle:s,disabled:c}):i("span",n({className:o},{children:l}))},w=function(u){var b=u.index,w=u.content,k=u.messages,S=u.handleStream,A=u.scrollToBottom,T=u.isLastMessage,E=u.onSave,C=a(w),F=C[0],W=C[1],L=a([]),N=L[0],j=L[1],R=a(!1),B=R[0],z=R[1],D=a(!1),M=D[0],I=D[1],O=a([]),P=O[0],J=O[1],_=a(!1),K=_[0],Y=_[1],H=a(!1),U=H[0],Z=H[1],$=a([]),q=$[0],G=$[1],Q=a(!1),V=Q[0],X=Q[1],ee=a(!1),ne=ee[0],re=ee[1],ie=a({}),te=ie[0],oe=ie[1],le=a([]),ae=le[0],se=le[1],de=a([]),ce=de[0],ue=de[1];s((function(){M||ne||W(w)}),[w,M,ne]);var fe=d((function(e){var n=e.trim();"save this learning"===n.toLowerCase()&&E?E():S(new KeyboardEvent("keydown",{key:"Enter"}),!1,e),W((function(e){return e.replace(/<button[^>]*class=["']clickable-button["'][^>]*>(.*?)<\/button>/gi,(function(e,r){var i=r.trim();return i===n?'<span style="background-color: #2661eb; color: #ffffff; padding: 4px 8px; border-radius: 4px; font-weight: 400; display: inline-block; margin: 2px;">✓ '.concat(i,"</span>"):""}))}))}),[S,E]),ge=d((function(n,r){var i=Array.isArray(n)?n[0].trim():n.trim();X(!0);var t=["both tiers","all tiers"].includes(i.toLowerCase());G((function(n){var o=e([],n,!0);if(t)o=r?["Both Tiers","Tier 1","Tier 2"]:[];else{r?o.includes(i)||o.push(i):o=o.filter((function(e){return e!==i}));var l=o.includes("Tier 1"),a=o.includes("Tier 2");l&&a?o.includes("Both Tiers")||o.push("Both Tiers"):o=o.filter((function(e){return!["Both Tiers","All tiers"].includes(e)}))}return o.filter((function(e,n){return o.indexOf(e)===n}))})),null==A||A()}),[A]),pe=d((function(){var e=q.join(" and ");q.some((function(e){return"both tiers"===e.toLowerCase()||"all tiers"===e.toLowerCase()}))&&(e="Both Tiers"),S(new KeyboardEvent("keydown",{key:"Enter"}),!1,"Set scope to ".concat(e)),re(!0),X(!1),W((function(e){return e.replace(/<checkbox\s+class=["']clickable-box["'][^>]*>([\s\S]*?)<\/checkbox>/gi,(function(e,n){var r=n.trim();return q.includes(r)?e:""}))}))}),[q,S]),me=d((function(n,r){var i=Array.isArray(n)?n[0]:n;z(!0),j((function(n){return r?n.includes(i)?n:e(e([],n,!0),[i],!1):n.filter((function(e){return e!==i}))}))}),[]),he=d((function(n,r){var i=Array.isArray(n)?n[0]:n;Y(!0),J((function(n){return r?n.includes(i)?n:e(e([],n,!0),[i],!1):n.filter((function(e){return e!==i}))})),null==A||A()}),[A]),ye=d((function(e,r,i){var t=Array.isArray(r)?r[0]:r;xe[e]&&(oe((function(r){var o=n({},r);Object.keys(xe).forEach((function(r){r!==e&&o[r]&&(o[r]=n(n({},o[r]),{selected:[],showSelected:!1}))}));var l=o[e]||{selected:[],showSelected:!1,submitted:!1},a=i?[t]:[];return o[e]=n(n({},l),{selected:a,showSelected:a.length>0}),o})),null==A||A())}),[A]),be=d((function(e){return te[e]||{selected:[],showSelected:!1,submitted:!1}}),[te]),ve=d((function(e,r){oe((function(i){var t;return n(n({},i),((t={})[e]=n(n({},i[e]||{selected:[],showSelected:!1,submitted:!1}),r),t))}))}),[]),xe={deletesimilarlearning:{group:"similarLearning",action:"delete",displayName:"Delete similar learning"},mergesimilarlearning:{group:"similarLearning",action:"merge",displayName:"Merge similar learning"},editsimilarlearning:{group:"similarLearning",action:"edit",displayName:"Edit similar learning"},deletesimilarlearnings:{group:"similarLearnings",action:"delete",displayName:"Delete similar learnings"},mergesimilarlearnings:{group:"similarLearnings",action:"merge",displayName:"Merge similar learnings"},editsimilarlearnings:{group:"similarLearnings",action:"edit",displayName:"Edit similar learnings"},deleteconflictinglearning:{group:"conflictingLearning",action:"delete",displayName:"Delete conflicting learning"},editconflictinglearning:{group:"conflictingLearning",action:"edit",displayName:"Edit conflicting learning"},deleteconflictinglearnings:{group:"conflictingLearnings",action:"delete",displayName:"Delete conflicting learnings"},editconflictinglearnings:{group:"conflictingLearnings",action:"edit",displayName:"Edit conflicting learnings"}},we=d((function(e){var o=function(o){o.node;var l=r(o,["node"]),a=l.label||l.children||"Unknown label",s=Array.isArray(a)?a[0]:a,d=be(e),c=Object.keys(xe).some((function(n){return n!==e&&be(n).submitted}));return d.submitted?d.selected.includes(s)?t("span",n({style:{backgroundColor:"#E8F5E9",color:"#2E7D32",padding:"4px 8px",borderRadius:"4px",fontWeight:"500",display:"inline-block",margin:"2px"}},{children:["✓ ",a]})):null:c?null:i(h,{label:a,isSelected:d.selected.includes(s),onToggle:function(n,r){ye(e,n,r)}})};return o.isLearningTag=!0,o}),[be,ye]),ke=d((function(e){return Object.keys(xe).some((function(e){return be(e).submitted}))?l.Children.toArray(e).filter((function(e){if(!e||"object"!=typeof e)return!0;var n=function(e){return!!e&&(!(!e.type||!e.type.isLearningTag)||!(!e.props||!e.props.children)&&(Array.isArray(e.props.children)?e.props.children:[e.props.children]).some((function(e){return n(e)})))};if(!n(e)){var r=p(e).trim();return r&&r.length>0}for(var i=function(n,r){var i=be(n);if(i.submitted&&i.selected.length>0){var t=p(e);return{value:i.selected.some((function(e){return t.includes(e)}))}}},t=0,o=Object.entries(xe);t<o.length;t++){var l=o[t],a=l[0];l[1];var s=i(a);if("object"==typeof s)return s.value}return!1})):l.Children.toArray(e)}),[be]);!function(e,n){s((function(){for(var r,i=0,t=(null===(r=e[e.length-1])||void 0===r?void 0:r.orchestratorAndAgentsMessages)||[];i<t.length;i++){for(var o=t[i],l=(null==o?void 0:o.responsedata)||"",a=/<wta>([\s\S]*?)<\/wta>/gi,s=[],d=void 0;null!==(d=a.exec(l));)s.push(d[1]);s.length&&n(s)}}),[e,n])}(k,se);!function(e){s((function(){for(var n,r=0,i=(null===(n=e[e.length-1])||void 0===n?void 0:n.orchestratorAndAgentsMessages)||[];r<i.length;r++){for(var t=i[r],o=(null==t?void 0:t.responsedata)||"",l=/<editwta>([\s\S]*?)<\/editwta>/gi,a=[],s=void 0;null!==(s=l.exec(o));)a.push(s[1]);a.length&&ue(a)}}),[e,ue])}(k);var Se=c((function(){if(!Array.isArray(N)||!Array.isArray(ae))return"";var e=N.map((function(e){return ae.indexOf(e)})).filter((function(e){return-1!==e})).map((function(e){return e+1}));return e.join(" and ")}),[N,ae]),Ae=c((function(){if(!Array.isArray(P)||!Array.isArray(ce))return"";var e=P.map((function(e){var n;return null===(n=ce.map((function(e){return null==e?void 0:e.replaceAll("**","")})))||void 0===n?void 0:n.indexOf(e)})).filter((function(e){return-1!==e})).map((function(e){return e+1}));return e.join(" and ")}),[P,ce]),Te=c((function(){return{img:function(e){e.node;var t=r(e,["node"]);return i("img",n({},t,{style:{height:"100%",width:"100%",objectFit:"contain"},alt:(null==t?void 0:t.alt)||"",className:"w-full sm:max-w-lg md:max-w-2xl lg:max-w-4xl mx-auto"}))},p:function(e){e.node;var t=r(e,["node"]);return i("p",n({},t,{style:{maxWidth:"100%",wordWrap:"break-word",overflowWrap:"break-word",wordBreak:"break-word",whiteSpace:"normal",overflow:"hidden",display:"block",fontSize:"1rem",lineHeight:"1.625rem",marginBottom:"1rem",marginTop:"10px"}},{children:null==t?void 0:t.children}))},code:function(e){e.node;var t=r(e,["node"]);return i("span",n({},t,{style:{maxWidth:"100%",wordWrap:"break-word",overflowWrap:"break-word",wordBreak:"break-word",whiteSpace:"normal",overflow:"hidden",display:"inline-flex",fontSize:"1rem",lineHeight:"1.625rem"}},{children:null==t?void 0:t.children}))},ol:function(e){e.node;var t=r(e,["node"]),o=ke(null==t?void 0:t.children);return i("ol",n({},t,{style:{display:"flex",flexDirection:"column",gap:"1rem",listStyle:"decimal",paddingLeft:"2.5rem"}},{children:o}))},ul:function(e){e.node;var t=r(e,["node"]),o=ke(null==t?void 0:t.children);return i("ul",n({},t,{style:{display:"flex",flexDirection:"column",gap:"1rem",listStyle:"decimal",paddingLeft:"2.5rem"}},{children:o}))},wta:function(e){e.node;var o=r(e,["node"]),l=o.label||o.children||"Unknown label",a=Array.isArray(l)?l[0]:l;return M?N.includes(a)?t("span",n({style:{backgroundColor:"#E8F5E9",color:"#2E7D32",padding:"4px 8px",borderRadius:"4px",fontWeight:"500",display:"inline-block",margin:"2px"}},{children:["✓ ",l]})):null:i(m,{label:l,onToggle:function(e,n){me(e,n)}})},rule:function(e){e.node;var n=r(e,["node"]);return i(y,{content:p(n.children)})},button:function(e){var t=e.node,o=e.className,l=r(e,["node","className"]);return i(v,n({node:t,className:o||l.class,handleStream:S,onAction:fe,disabled:!T},l))},editwta:function(e){e.node;var o=r(e,["node"]),l=o.label||o.children||"Unknown label",a=Array.isArray(l)?l[0]:l;return U?P.includes(a)?t("span",n({style:{backgroundColor:"#E8F5E9",color:"#2E7D32",padding:"4px 8px",borderRadius:"4px",fontWeight:"500",display:"inline-block",margin:"2px"}},{children:["✓ ",l]})):null:i(h,{label:l,onToggle:function(e,n){he(e,n)}})},checkbox:function(e){var t=e.node,o=e.className,l=r(e,["node","className"]);return i(x,n({node:t,className:o||l.class,selectedItems:q,onToggle:ge,isSubmitted:ne,disabled:!T},l))},deletesimilarlearning:we("deletesimilarlearning"),mergesimilarlearning:we("mergesimilarlearning"),editsimilarlearning:we("editsimilarlearning"),deletesimilarlearnings:we("deletesimilarlearnings"),mergesimilarlearnings:we("mergesimilarlearnings"),editsimilarlearnings:we("editsimilarlearnings"),deleteconflictinglearning:we("deleteconflictinglearning"),editconflictinglearning:we("editconflictinglearning"),deleteconflictinglearnings:we("deleteconflictinglearnings"),editconflictinglearnings:we("editconflictinglearnings")}}),[F,N,M,P,U,q,ne,te,S,fe,ge,pe,me,he,ye,we,ke,T]);return t(o,{children:[" ",i(f,n({components:Te,rehypePlugins:[g]},{children:F}),b),i("div",n({style:{display:"flex",maxWidth:"100%"}},{children:i("div",n({style:{width:"100%"}},{children:(null==N?void 0:N.length)>0&&B&&!M?t("span",{children:["It looks like you've chosen ",N.length>1?"suggestions":"suggestion"," ",Se,". Would you like me to proceed with them?",i("p",{children:i("button",n({style:{padding:"0.5rem 1rem",margin:"1rem 0rem",backgroundColor:"#4CAF50",color:"white",border:"none",borderRadius:"8px",cursor:"pointer",fontSize:"0.75rem",fontWeight:"500",boxShadow:"0 2px 5px rgba(0, 0, 0, 0.2)",transition:"background-color 0.3s",fontFamily:"Plus Jakarta Sans, sans-serif"},onClick:function(e){var n,r=N.map((function(e){return"<wta>".concat(e,"</wta>")})).join(" "),i=F.replace(/<wta>[\s\S]*?<\/wta>(?:\s*(?:or\s*)?<wta>[\s\S]*?<\/wta>)*/g,r);W(i),I(!0),z(!1),S(new KeyboardEvent("keydown",{key:"Enter"}),!1,"Add when to apply conditions ".concat(null===(n=N.join(" or "))||void 0===n?void 0:n.replace(/\b\d+[A-Z]?\.\s*/g,"")))}},{children:"Yes"}))})]}):i("span",{})}))})),i("div",n({style:{display:"flex",maxWidth:"100%"}},{children:i("div",n({style:{width:"100%"}},{children:(null==P?void 0:P.length)>0&&K&&!U?t("span",{children:["It looks like you've chosen ",P.length>1?"options":"option"," ",Ae,". Would you like me to proceed with them?",i("p",{children:i("button",n({style:{padding:"0.5rem 1rem",margin:"1rem 0rem",backgroundColor:"#4CAF50",color:"white",border:"none",borderRadius:"8px",cursor:"pointer",fontSize:"0.75rem",fontWeight:"500",boxShadow:"0 2px 5px rgba(0, 0, 0, 0.2)",transition:"background-color 0.3s",fontFamily:"Plus Jakarta Sans, sans-serif"},onClick:function(e){var n;S(new KeyboardEvent("keydown",{key:"Enter"}),!1,"".concat(null===(n=P.join(" or "))||void 0===n?void 0:n.replace(/\b\d+[A-Z]?\.\s*/g,""))),Y(!1),Z(!0)}},{children:"Yes"}))})]}):i("span",{})}))})),i("div",n({style:{display:"flex",maxWidth:"100%"}},{children:i("div",n({style:{width:"100%"}},{children:(null==q?void 0:q.length)>0&&V&&!ne?t("div",n({style:{marginTop:"10px"}},{children:[t("span",{children:["It looks like you've chosen ",q&&0!==q.length?q.some((function(e){return"both tiers"===e.toLowerCase()||"all tiers"===e.toLowerCase()}))?"Both Tiers":q.join(", "):"",". Would you like me to proceed?"]}),i("p",{children:i("button",n({style:{padding:"0.5rem 1rem",margin:"0.5rem 0",backgroundColor:"#2661eb",color:"white",border:"none",borderRadius:"8px",cursor:"pointer",fontSize:"0.75rem",fontWeight:"500",fontFamily:"Plus Jakarta Sans, sans-serif"},onClick:pe},{children:"Yes"}))})]})):null}))})),function(){var e=Object.entries(te).filter((function(e){e[0];var n=e[1];return n.selected.length>0&&n.showSelected}));if(0===e.length)return null;var r=e[0],o=r[0],l=r[1],a=xe[o];return i("div",n({style:{display:"flex",maxWidth:"100%"}},{children:i("div",n({style:{width:"100%"}},{children:t("span",{children:["It looks like you've chosen ",l.selected.length>1?"options":"option"," for ",a.displayName,". Would you like me to proceed with them?",i("p",{children:i("button",n({style:{padding:"0.5rem 1rem",margin:"1rem 0rem",backgroundColor:"#5e76bdff",color:"white",border:"none",borderRadius:"8px",cursor:"pointer",fontSize:"0.75rem",fontWeight:"500",boxShadow:"0 2px 5px rgba(0, 0, 0, 0.2)",transition:"background-color 0.3s",fontFamily:"Plus Jakarta Sans, sans-serif"},onClick:function(e){var n;S(new KeyboardEvent("keydown",{key:"Enter"}),!1,"".concat(null===(n=l.selected.join(" or "))||void 0===n?void 0:n.replace(/\b\d+[A-Z]?\.\s*/g,""))),ve(o,{showSelected:!1,submitted:!0})}},{children:"Yes"}))})]})}))}))}()]})};export{w as default};
2
+ //# sourceMappingURL=MessageRendering.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageRendering.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as e,__rest as r,__spreadArray as t}from"../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as n,jsx as i}from"react/jsx-runtime";import{useState as o,useRef as l,useEffect as d}from"react";import{ReactMarkdown as a}from"../../../node_modules/react-markdown/lib/react-markdown.js";import s from"./_svg/ArrowDown.js";import c from"./_svg/CompleteIconGreen.js";import m from"./_svg/ArrowIconBlue.js";var h=function(){return n("svg",e({version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 16 16",width:"20",height:"20"},{children:[n("g",{children:[i("path",{fill:"#CEE8FA",points:"220.201,259.605 220.201,294.802 235.573,294.802 235.573,323.208 276.428,323.208\n\t\t276.428,294.802 291.8,294.802 291.8,259.605 \t",d:"M6.451 7.606v1.031h0.45v0.832h1.197v-0.832h0.45v-1.031Z"}),i("path",{fill:"#CEE8FA",cx:"256.006",cy:"457.747",r:"40.059",d:"M8.674 13.411a1.174 1.174 0 0 1 -1.174 1.174 1.174 1.174 0 0 1 -1.174 -1.174 1.174 1.174 0 0 1 2.347 0"}),i("path",{x:"389.578",y:"420.98",fill:"#CEE8FA",width:"87.028",height:"73.549",d:"M11.413 12.333h2.55v2.155H11.413z"}),i("path",{x:"35.397",y:"420.98",fill:"#CEE8FA",width:"87.028",height:"73.549",d:"M1.037 12.333h2.55v2.155H1.037z"})]}),n("g",{children:[i("path",{fill:"#2D527C",d:"M7.916 11.877v-0.759h4.772a0.416 0.416 0 0 0 0 -0.831H7.916v-0.402h0.183a0.415 0.415 0 0 0 0.416 -0.416v-0.417h0.035a0.415 0.415 0 0 0 0.416 -0.416V6.926a0.415 0.415 0 1 0 -0.831 0v0.264h-1.266v-0.264a0.415 0.415 0 0 0 -0.285 -0.395 2.918 2.918 0 0 1 -2.005 -2.776C4.577 2.143 5.888 0.831 7.5 0.831s2.923 1.311 2.923 2.923c0 0.698 -0.25 1.374 -0.704 1.902a0.416 0.416 0 0 0 0.631 0.541 3.755 3.755 0 0 0 0.904 -2.444C11.255 1.684 9.57 0 7.5 0S3.745 1.684 3.745 3.755a3.748 3.748 0 0 0 2.29 3.458v1.424a0.415 0.415 0 0 0 0.416 0.416h0.035v0.417a0.415 0.415 0 0 0 0.416 0.416h0.183v0.402H2.312a0.415 0.415 0 0 0 -0.416 0.416v1.215H1.037a0.415 0.415 0 0 0 -0.416 0.416v2.155a0.415 0.415 0 0 0 0.416 0.416h2.55a0.415 0.415 0 0 0 0.416 -0.416V12.333a0.415 0.415 0 0 0 -0.416 -0.416h-0.859v-0.799h4.357v0.759c-0.675 0.183 -1.174 0.801 -1.174 1.534C5.911 14.287 6.624 15 7.5 15s1.589 -0.713 1.589 -1.589c0 -0.732 -0.498 -1.35 -1.174 -1.534m-1.049 -3.656v-0.2h1.266v0.2h-0.035a0.415 0.415 0 0 0 -0.416 0.416v0.417h-0.366v-0.417a0.415 0.415 0 0 0 -0.416 -0.416zM3.171 14.072H1.453v-1.323H3.171zM7.5 14.169c-0.418 0 -0.758 -0.34 -0.758 -0.758s0.34 -0.758 0.758 -0.758 0.758 0.34 0.758 0.758 -0.34 0.758 -0.758 0.758"}),i("path",{fill:"#2D527C",d:"M13.963 11.918H11.413a0.415 0.415 0 0 0 -0.416 0.416v2.155a0.415 0.415 0 0 0 0.416 0.416h2.55a0.415 0.415 0 0 0 0.416 -0.416V12.333a0.415 0.415 0 0 0 -0.416 -0.416m-0.416 2.155H11.829v-1.323h1.718z"})]})]}))},f=function(f){var p=f.orchestratorAndAgentsMessages,u=f.isStreamEnd,v=f.isCurrentMessage,g=f.name,y=f.ThinkingBulbIconComponent,x=o(!0),w=x[0],b=x[1],C=o(!1),k=C[0],H=C[1],S=o([]),j=S[0],M=S[1],z=o([]),B=z[0],I=z[1],R=l([]);d((function(){v&&(u&&!k?b(!1):u||b(!0))}),[u,k,v]);return n("div",e({style:{border:"1px solid #d1d5db",borderRadius:"0.5rem",fontFamily:"Plus Jakarta Sans, sans-serif",maxWidth:"32rem"}},{children:[n("div",e({onClick:function(){b(!w),H(!0)},style:{display:"flex",justifyContent:"space-between",alignItems:"center",padding:"0.75rem 1rem",backgroundColor:"#f3f4f6",borderRadius:"0.5rem",cursor:"pointer"}},{children:[n("div",e({style:{display:"flex",alignItems:"center",gap:"0.5rem"}},{children:[i(h,{}),i("div",e({style:{fontSize:"0.9rem",fontWeight:600,color:"hcdemo"===g?"#2c83bd":"#385390"}},{children:"Watch Me Learn"}))]})),i("div",e({style:{width:"0.75rem",height:"0.75rem",transform:w?"rotate(180deg)":"rotate(0)",transition:"transform 300ms",display:"flex",alignItems:"center"}},{children:i(s,{})}))]})),i("div",e({style:{overflow:"hidden",transition:"all 0.5s ease-in-out",borderRadius:"0.5rem",maxHeight:w?"500px":"0",opacity:w?1:0}},{children:i("div",e({style:{backgroundColor:"#fff",padding:"0.5rem 0",maxHeight:"400px",overflowY:"scroll"}},{children:p.map((function(o,l){return o.responsedata?i("div",e({style:{display:"flex",flexDirection:"column",gap:"1rem",fontSize:"0.875rem",color:"#374151",padding:"0 1.5rem"}},{children:n("div",e({style:{display:"flex",gap:"0.5rem",cursor:"pointer"}},{children:[n("div",e({style:{display:"flex",flexDirection:"column",alignItems:"center",gap:"0.5rem"}},{children:[o.finalResponseStatus?y:i("div",e({style:{width:"1.25rem",height:"1.25rem"}},{children:i(c,{})})),l!==p.length-1&&i("div",{style:{border:"1px solid #e5e7eb",height:"100%",width:"1px"}})]})),n("div",e({style:{display:"flex",flexDirection:"column",width:"100%",overflowX:"hidden",justifyContent:"space-between",marginBottom:"0.5rem",borderBottom:j.includes(l)||l===p.length-1?"none":"1.5px solid #e5e7eb"}},{children:[n("div",e({onClick:function(e){e.preventDefault(),function(e){M((function(r){return r.includes(e)?r.filter((function(r){return r!==e})):t(t([],r,!0),[e],!1)}))}(l)},style:{display:"flex",justifyContent:"space-between",alignItems:"center",fontWeight:500,gap:"0.5rem",paddingBottom:"0.5rem",paddingLeft:"0.5rem"}},{children:[i("div",e({style:{color:"hcdemo"===g?"#2c83bd":"#385390",fontWeight:600}},{children:o.header_message})),i("div",e({style:{width:"0.75rem",height:"0.75rem",transform:j.includes(l)?"rotate(180deg)":"rotate(0)",transition:"transform 300ms",display:"flex",alignItems:"center"}},{children:i(s,{})}))]})),(j.includes(l)||o.finalResponseStatus)&&n("div",e({style:{display:"flex",flexDirection:"column",gap:"0.25rem"}},{children:[i("div",e({ref:function(e){return R.current[l]=e},style:{borderRadius:"0.375rem",maxHeight:!o.finalResponseStatus||B.includes(l)?"none":"7rem",overflowY:!o.finalResponseStatus||B.includes(l)?"visible":"scroll",backgroundColor:"#f1f5f9",padding:"0.5rem",maxWidth:"100%",overflowX:"auto"}},{children:i(a,e({components:{p:function(t){t.node;var n=r(t,["node"]);return i("p",e({style:{wordBreak:"break-word",fontSize:"0.9rem",lineHeight:"1.5",marginBottom:"1rem"}},{children:n.children}))},code:function(t){t.node;var n=r(t,["node"]);return i("code",e({style:{wordBreak:"break-word",fontSize:"0.9rem",lineHeight:"1.5",fontFamily:"monospace"}},{children:n.children}))}}},{children:o.responsedata}))})),o.finalResponseStatus&&!B.includes(l)&&i("div",e({style:{width:"100%",display:"flex",justifyContent:"center"}},{children:n("div",e({onClick:function(){return function(e){I((function(r){return r.includes(e)?r.filter((function(r){return r!==e})):t(t([],r,!0),[e],!1)}))}(l)},style:{fontWeight:500,fontSize:"0.75rem",padding:"0.25rem 0.75rem",color:"#385390",cursor:"pointer",display:"flex",alignItems:"center",gap:"0.25rem",borderRadius:"0.375rem",marginBottom:"0.25rem"}},{children:["View more",i("div",e({style:{width:"0.75rem",height:"0.75rem",transform:"rotate(90deg)"}},{children:i(m,{})}))]}))}))]}))]}))]}))}),l):null}))}))}))]}))};export{f as default};
2
+ //# sourceMappingURL=MinimizedThinkingSteps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MinimizedThinkingSteps.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as e}from"../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as r}from"react/jsx-runtime";var t=function(){return r("svg",e({fill:"#000000",height:"100%",width:"100%",version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 330 330",xmlSpace:"preserve"},{children:r("path",{id:"XMLID_225_",d:"M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393\n c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393\n s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"})}))};export{t as default};
2
+ //# sourceMappingURL=ArrowDown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowDown.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as e}from"../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as i}from"react/jsx-runtime";var l=function(){return i("svg",e({width:"100%",height:"100%",viewBox:"0 0 11 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:i("g",e({id:"weui:back-filled"},{children:i("path",{id:"Vector","fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.7141 9.99948L1.8216 4.10698L2.99993 2.92865L9.4816 9.41031C9.63782 9.56659 9.72559 9.77851 9.72559 9.99948C9.72559 10.2204 9.63782 10.4324 9.4816 10.5886L2.99993 17.0703L1.8216 15.892L7.7141 9.99948Z",fill:"#385390"})}))}))};export{l as default};
2
+ //# sourceMappingURL=ArrowIconBlue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowIconBlue.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as e}from"../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as l,jsxs as i}from"react/jsx-runtime";var r=function(){return l("svg",e({height:"100%",width:"100%",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",xmlSpace:"preserve",style:{overflow:"visible"}},{children:l("g",{children:l("g",e({id:"Complete_x5F_Symbol_1_"},{children:i("g",e({id:"Complete_x5F_Symbol"},{children:[l("circle",{cx:"16",cy:"16",r:"16",fill:"#19D873"}),l("polygon",{points:"14,17.9 14,17.9 14,17.9 10.1,14 8,16.1 14,22.1 24,12.1 21.9,10",fill:"#E6E6E6"})]}))}))})}))};export{r as default};
2
+ //# sourceMappingURL=CompleteIconGreen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompleteIconGreen.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as A}from"../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as i,jsx as t}from"react/jsx-runtime";var I=function(){return i("svg",A({width:"28",height:"28",viewBox:"0 0 191 191",fill:"none",xmlns:"http://www.w3.org/2000/svg",xlinkHref:"http://www.w3.org/1999/xlink"},{children:[t("rect",{width:"191",height:"191",fill:"url(#pattern0_9_13)"}),i("defs",{children:[t("pattern",A({id:"pattern0_9_13",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},{children:t("use",{xlinkHref:"#image0_9_13",transform:"scale(0.00666667)"})})),t("image",{id:"image0_9_13",width:"150",height:"150",preserveAspectRatio:"none",xlinkHref:"data:image/png;base64,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"})]})]}))};export{I as default};
2
+ //# sourceMappingURL=NewChatIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewChatIcon.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__rest as r,__assign as e}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as s}from"react/jsx-runtime";var i=function(i){var n=i.children,o=i.icon,t=i.className,c=r(i,["children","icon","className"]);return s("button",e({className:t},c,{children:[o&&o,n]}))};export{i as Button};
2
+ //# sourceMappingURL=Button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as e}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as l,jsx as o}from"react/jsx-runtime";var n=function(n){var r=n.value,a=n.onChange,t=n.options,i=n.placeholder;return l("select",e({value:r,onChange:a,className:"dropdown"},{children:[o("option",e({value:"",disabled:!0},{children:i})),t.map((function(l,n){return o("option",e({value:l.value||l.label},{children:l.label}),n)}))]}))};export{n as Dropdown};
2
+ //# sourceMappingURL=Dropdown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{jsx as e}from"react/jsx-runtime";var r=function(r){var o=r.rows,t=void 0===o?1:o,a=r.placeholder,n=r.value,c=r.onChange;return e("textarea",{rows:t,placeholder:a,className:"textarea",value:n,onChange:c,style:{border:"1px solid #ccc"},onMouseEnter:function(e){return e.currentTarget.style.border="1px solid black"},onMouseLeave:function(e){return e.currentTarget.style.border="1px solid #ccc"}})};export{r as Textarea};
2
+ //# sourceMappingURL=Textarea.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{jsx as t}from"react/jsx-runtime";var e=function(e){var o=e.isEnabled,n=e.onToggle;return t("button",{type:"button",role:"switch",onClick:n,className:"toggle-switch ".concat(o?"enabled":""),"aria-checked":o})};export{e as Toggle};
2
+ //# sourceMappingURL=Toggle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toggle.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}