@aceshooting/lyra-ui 9.1.1 → 10.0.1

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 (578) hide show
  1. package/CHANGELOG.md +597 -0
  2. package/custom-elements.json +1 -1
  3. package/dist/cli/migrate-wa.mjs +52 -0
  4. package/dist/cli/migration-contract.json +1 -1
  5. package/dist/components/agent-tools/activity-feed/activity-feed.class.js +1 -1
  6. package/dist/components/agent-tools/activity-feed/activity-feed.styles.js +0 -16
  7. package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.js +1 -1
  8. package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.js +7 -5
  9. package/dist/components/agent-tools/agent-run/agent-run.class.js +2 -2
  10. package/dist/components/agent-tools/agent-run/agent-run.styles.js +0 -13
  11. package/dist/components/agent-tools/agent-trace/agent-trace.styles.js +7 -4
  12. package/dist/components/agent-tools/approval-queue/approval-queue.styles.js +7 -5
  13. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +0 -3
  14. package/dist/components/agent-tools/browser-frame/browser-frame.styles.js +3 -5
  15. package/dist/components/agent-tools/commit-card/commit-card.styles.js +0 -10
  16. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +11 -6
  17. package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.js +0 -46
  18. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.js +0 -7
  19. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js +2 -2
  20. package/dist/components/agent-tools/prompt-studio/prompt-studio.styles.js +0 -15
  21. package/dist/components/agent-tools/result-card/result-card.styles.js +0 -7
  22. package/dist/components/agent-tools/result-card/result-field.styles.js +0 -5
  23. package/dist/components/agent-tools/schema-viewer/schema-viewer.styles.js +0 -3
  24. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +0 -15
  25. package/dist/components/agent-tools/stack-trace/stack-trace.styles.js +0 -20
  26. package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +2 -2
  27. package/dist/components/agent-tools/subagent-panel/subagent-panel.styles.js +0 -3
  28. package/dist/components/agent-tools/task-list/task-list.styles.js +0 -15
  29. package/dist/components/agent-tools/terminal/terminal.class.d.ts +11 -6
  30. package/dist/components/agent-tools/terminal/terminal.class.js +4 -4
  31. package/dist/components/agent-tools/terminal/terminal.styles.js +0 -46
  32. package/dist/components/agent-tools/test-results/test-results.class.js +2 -2
  33. package/dist/components/agent-tools/test-results/test-results.styles.js +0 -5
  34. package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js +0 -41
  35. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.js +0 -41
  36. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.js +0 -30
  37. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +6 -6
  38. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js +0 -5
  39. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.js +0 -20
  40. package/dist/components/agent-tools/tool-result-view/tool-result-view.styles.js +0 -4
  41. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.js +0 -21
  42. package/dist/components/agent-tools/trace-tree/trace-tree.styles.js +7 -31
  43. package/dist/components/charts/chart/box-plot.styles.js +0 -20
  44. package/dist/components/charts/chart/chart-colors.d.ts +1 -1
  45. package/dist/components/charts/chart/chart-colors.js +1 -1
  46. package/dist/components/charts/chart/chart-core-loader.d.ts +1 -0
  47. package/dist/components/charts/chart/chart-core-loader.js +1 -1
  48. package/dist/components/charts/chart/chart-feature-loader.d.ts +35 -0
  49. package/dist/components/charts/chart/chart-feature-loader.js +1 -1
  50. package/dist/components/charts/chart/chart.class.d.ts +93 -0
  51. package/dist/components/charts/chart/chart.class.js +3 -3
  52. package/dist/components/charts/chart/chart.styles.js +0 -27
  53. package/dist/components/charts/chart/lite-chart.class.d.ts +20 -1
  54. package/dist/components/charts/chart/lite-chart.class.js +4 -4
  55. package/dist/components/charts/chart/lite-chart.styles.js +0 -27
  56. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +20 -0
  57. package/dist/components/conversation/agent-workspace/agent-workspace.class.js +3 -1
  58. package/dist/components/conversation/agent-workspace/agent-workspace.styles.js +3 -0
  59. package/dist/components/conversation/audio-visualizer/audio-visualizer.styles.js +0 -7
  60. package/dist/components/conversation/branch-picker/branch-picker.styles.js +0 -3
  61. package/dist/components/conversation/chat-composer/chat-composer.styles.js +0 -51
  62. package/dist/components/conversation/chat-message/chat-message.styles.js +7 -35
  63. package/dist/components/conversation/chat-viewport/chat-viewport.class.js +1 -1
  64. package/dist/components/conversation/chat-viewport/chat-viewport.styles.js +0 -33
  65. package/dist/components/conversation/checkpoint/checkpoint.class.js +1 -1
  66. package/dist/components/conversation/checkpoint/checkpoint.styles.js +0 -3
  67. package/dist/components/conversation/code-block/code-block-shared.d.ts +5 -2
  68. package/dist/components/conversation/code-block/code-block.class.js +1 -1
  69. package/dist/components/conversation/code-block/code-block.styles.js +4 -95
  70. package/dist/components/conversation/code-block/code-loader.d.ts +11 -0
  71. package/dist/components/conversation/code-block/code-loader.js +1 -1
  72. package/dist/components/conversation/code-block/shiki-types.d.ts +12 -0
  73. package/dist/components/conversation/code-block/shiki-types.js +1 -1
  74. package/dist/components/conversation/conversation-item/conversation-item.styles.js +8 -54
  75. package/dist/components/conversation/generation-metrics/generation-metrics.class.js +2 -2
  76. package/dist/components/conversation/generation-metrics/generation-metrics.styles.js +0 -17
  77. package/dist/components/conversation/markdown/markdown-base.class.js +1 -1
  78. package/dist/components/conversation/markdown/markdown.styles.js +0 -41
  79. package/dist/components/conversation/message-actions/message-actions.styles.js +0 -3
  80. package/dist/components/conversation/message-feedback/message-feedback.styles.js +0 -35
  81. package/dist/components/conversation/message-parts/message-parts.class.d.ts +1 -1
  82. package/dist/components/conversation/message-parts/message-parts.styles.js +0 -5
  83. package/dist/components/conversation/model-select/model-select.class.js +3 -3
  84. package/dist/components/conversation/model-select/model-select.styles.js +12 -47
  85. package/dist/components/conversation/model-settings-panel/model-settings-panel.styles.js +0 -6
  86. package/dist/components/conversation/prompt-input/prompt-input.class.d.ts +3 -0
  87. package/dist/components/conversation/prompt-input/prompt-input.styles.js +0 -10
  88. package/dist/components/conversation/push-to-talk/push-to-talk.styles.js +0 -8
  89. package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js +1 -11
  90. package/dist/components/conversation/stream-status/stream-status.styles.js +0 -16
  91. package/dist/components/conversation/streaming-text/streaming-text.styles.js +0 -15
  92. package/dist/components/conversation/suggestion-chips/suggestion-chips.styles.js +0 -5
  93. package/dist/components/conversation/thread-list/thread-list.styles.js +0 -23
  94. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +16 -4
  95. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +1 -1
  96. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +0 -1
  97. package/dist/components/conversation/typing-indicator/typing-indicator.styles.js +0 -23
  98. package/dist/components/conversation/usage-badge/usage-badge.styles.js +0 -3
  99. package/dist/components/conversation/voice-picker/voice-picker.class.js +3 -3
  100. package/dist/components/conversation/voice-picker/voice-picker.styles.js +9 -29
  101. package/dist/components/conversation/widget-renderer/resolve.d.ts +2 -0
  102. package/dist/components/conversation/widget-renderer/resolve.js +1 -1
  103. package/dist/components/data/calendar/calendar.class.d.ts +15 -2
  104. package/dist/components/data/calendar/calendar.class.js +2 -2
  105. package/dist/components/data/calendar/calendar.styles.js +2 -28
  106. package/dist/components/data/condition-builder/condition-builder.class.d.ts +10 -6
  107. package/dist/components/data/condition-builder/condition-builder.class.js +2 -2
  108. package/dist/components/data/condition-builder/condition-builder.styles.js +0 -6
  109. package/dist/components/data/context-meter/context-meter.styles.js +0 -24
  110. package/dist/components/data/data-grid/data-grid.class.js +3 -3
  111. package/dist/components/data/data-grid/data-grid.styles.js +0 -22
  112. package/dist/components/data/document-library/document-library.class.js +2 -2
  113. package/dist/components/data/document-library/document-library.styles.js +0 -4
  114. package/dist/components/data/env-list/env-list.class.js +1 -1
  115. package/dist/components/data/env-list/env-list.styles.js +7 -4
  116. package/dist/components/data/file-tree/file-tree.class.d.ts +12 -0
  117. package/dist/components/data/flow-canvas/flow-canvas.styles.js +12 -19
  118. package/dist/components/data/flow-controls/flow-controls.class.js +2 -2
  119. package/dist/components/data/flow-controls/flow-controls.styles.js +3 -36
  120. package/dist/components/data/flow-minimap/flow-minimap.class.js +1 -1
  121. package/dist/components/data/flow-minimap/flow-minimap.styles.js +0 -9
  122. package/dist/components/data/flow-node/flow-node.styles.js +0 -23
  123. package/dist/components/data/flow-run-status/flow-run-status.class.js +1 -1
  124. package/dist/components/data/flow-run-status/flow-run-status.styles.js +0 -7
  125. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +0 -7
  126. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +1 -1
  127. package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +0 -10
  128. package/dist/components/data/heatmap/heatmap-scale.d.ts +20 -0
  129. package/dist/components/data/heatmap/heatmap-scale.js +1 -1
  130. package/dist/components/data/heatmap/heatmap.class.d.ts +84 -1
  131. package/dist/components/data/heatmap/heatmap.class.js +2 -2
  132. package/dist/components/data/heatmap/heatmap.styles.js +0 -54
  133. package/dist/components/data/pagination/pagination.styles.js +23 -46
  134. package/dist/components/data/sequence-strip/sequence-strip.class.d.ts +34 -1
  135. package/dist/components/data/sequence-strip/sequence-strip.class.js +5 -2
  136. package/dist/components/data/sequence-strip/sequence-strip.styles.js +14 -20
  137. package/dist/components/data/sparkline/sparkline.class.js +1 -1
  138. package/dist/components/data/stat/stat.styles.js +0 -67
  139. package/dist/components/data/table/table.class.d.ts +42 -3
  140. package/dist/components/data/table/table.class.js +4 -4
  141. package/dist/components/data/table/table.styles.js +20 -91
  142. package/dist/components/data/timeline/timeline-item.styles.js +0 -30
  143. package/dist/components/data/timeline/timeline.class.d.ts +89 -1
  144. package/dist/components/data/timeline/timeline.class.js +2 -2
  145. package/dist/components/data/timeline/timeline.styles.js +111 -31
  146. package/dist/components/data/tree/tree-item.styles.js +1 -28
  147. package/dist/components/data/tree/tree.class.js +2 -2
  148. package/dist/components/data/tree/tree.styles.js +0 -6
  149. package/dist/components/data/word-cloud/word-cloud.styles.js +0 -5
  150. package/dist/components/forms/button/button.class.js +1 -1
  151. package/dist/components/forms/button/button.styles.js +0 -105
  152. package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
  153. package/dist/components/forms/checkbox/checkbox.class.js +1 -1
  154. package/dist/components/forms/checkbox/checkbox.styles.js +0 -39
  155. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +21 -2
  156. package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
  157. package/dist/components/forms/checkbox-group/checkbox-group.styles.js +0 -18
  158. package/dist/components/forms/code-editor/code-editor.styles.js +0 -30
  159. package/dist/components/forms/color-picker/color-picker.class.js +2 -2
  160. package/dist/components/forms/color-picker/color-picker.styles.js +0 -69
  161. package/dist/components/forms/combobox/combobox.class.js +2 -2
  162. package/dist/components/forms/combobox/combobox.styles.js +22 -111
  163. package/dist/components/forms/combobox/option.styles.js +7 -1
  164. package/dist/components/forms/date-picker/date-input.class.js +1 -1
  165. package/dist/components/forms/date-picker/date-input.styles.js +12 -67
  166. package/dist/components/forms/date-picker/date-picker.class.d.ts +1 -0
  167. package/dist/components/forms/date-picker/date-picker.class.js +22 -20
  168. package/dist/components/forms/date-picker/date-picker.styles.js +36 -29
  169. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts +6 -3
  170. package/dist/components/forms/emoji-picker/emoji-data-loader.js +1 -1
  171. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +8 -1
  172. package/dist/components/forms/emoji-picker/emoji-picker.class.js +1 -1
  173. package/dist/components/forms/emoji-picker/emoji-picker.styles.js +3 -41
  174. package/dist/components/forms/icon-button/icon-button.class.js +1 -1
  175. package/dist/components/forms/icon-button/icon-button.styles.js +0 -16
  176. package/dist/components/forms/input/input.styles.js +0 -54
  177. package/dist/components/forms/input/number-input.styles.d.ts +4 -5
  178. package/dist/components/forms/input/number-input.styles.js +0 -11
  179. package/dist/components/forms/input/time-input-shared.d.ts +11 -0
  180. package/dist/components/forms/input/time-input-shared.js +1 -1
  181. package/dist/components/forms/input/time-input.class.d.ts +11 -2
  182. package/dist/components/forms/input/time-input.class.js +1 -1
  183. package/dist/components/forms/input/time-input.styles.js +0 -6
  184. package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
  185. package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -26
  186. package/dist/components/forms/otp-input/otp-input.class.js +3 -3
  187. package/dist/components/forms/otp-input/otp-input.styles.js +0 -16
  188. package/dist/components/forms/phone-input/phone-input.class.d.ts +9 -1
  189. package/dist/components/forms/phone-input/phone-input.class.js +2 -2
  190. package/dist/components/forms/phone-input/phone-input.styles.js +0 -37
  191. package/dist/components/forms/radio/radio-button.styles.js +1 -30
  192. package/dist/components/forms/radio/radio-group.styles.js +0 -4
  193. package/dist/components/forms/radio/radio.styles.js +0 -44
  194. package/dist/components/forms/rubric-form/rubric-form.styles.js +0 -5
  195. package/dist/components/forms/select/select.class.js +1 -1
  196. package/dist/components/forms/select/select.styles.js +14 -114
  197. package/dist/components/forms/slider/slider.styles.js +0 -55
  198. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +0 -11
  199. package/dist/components/forms/swatch-picker/swatch-picker.class.js +2 -2
  200. package/dist/components/forms/swatch-picker/swatch-picker.styles.js +0 -77
  201. package/dist/components/forms/switch/switch.class.d.ts +3 -0
  202. package/dist/components/forms/switch/switch.class.js +1 -1
  203. package/dist/components/forms/switch/switch.styles.js +0 -37
  204. package/dist/components/forms/textarea/textarea.styles.js +0 -28
  205. package/dist/components/forms/time-range/time-range.styles.js +12 -84
  206. package/dist/components/forms/token-input/token-input.class.d.ts +23 -9
  207. package/dist/components/forms/token-input/token-input.class.js +1 -1
  208. package/dist/components/forms/token-input/token-input.styles.js +1 -54
  209. package/dist/components/layout/app-rail/app-rail-item.class.js +2 -2
  210. package/dist/components/layout/app-rail/app-rail-item.styles.js +0 -13
  211. package/dist/components/layout/app-rail/app-rail.class.d.ts +5 -0
  212. package/dist/components/layout/app-rail/app-rail.class.js +1 -1
  213. package/dist/components/layout/app-rail/app-rail.styles.js +0 -46
  214. package/dist/components/layout/button-group/button-group.styles.js +0 -6
  215. package/dist/components/layout/card/card.class.d.ts +12 -0
  216. package/dist/components/layout/card/card.styles.js +3 -11
  217. package/dist/components/layout/carousel/carousel.styles.js +0 -1
  218. package/dist/components/layout/command-palette/command-palette.class.d.ts +8 -0
  219. package/dist/components/layout/command-palette/command-palette.class.js +3 -1
  220. package/dist/components/layout/command-palette/command-palette.styles.js +1 -13
  221. package/dist/components/layout/control-group/control-group.styles.js +0 -7
  222. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js +6 -25
  223. package/dist/components/layout/details/accordion.class.d.ts +13 -0
  224. package/dist/components/layout/details/accordion.class.js +1 -1
  225. package/dist/components/layout/details/details.class.js +1 -1
  226. package/dist/components/layout/details/details.styles.js +0 -12
  227. package/dist/components/layout/dock-panel/dock-panel.styles.js +0 -45
  228. package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts +2 -0
  229. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js +2 -2
  230. package/dist/components/layout/drilldown-panel/drilldown-panel.styles.js +0 -4
  231. package/dist/components/layout/filter-bar/filter-bar.class.js +1 -1
  232. package/dist/components/layout/filter-bar/filter-bar.styles.js +0 -9
  233. package/dist/components/layout/menu/menu-item.class.d.ts +5 -0
  234. package/dist/components/layout/menu/menu-item.class.js +1 -1
  235. package/dist/components/layout/menu/menu-item.styles.js +0 -49
  236. package/dist/components/layout/menu/menu-label.styles.js +0 -2
  237. package/dist/components/layout/menu/menu.styles.js +0 -18
  238. package/dist/components/layout/multi-split/multi-split.styles.js +0 -63
  239. package/dist/components/layout/page/page.class.d.ts +4 -0
  240. package/dist/components/layout/page/page.class.js +1 -1
  241. package/dist/components/layout/reorder-list/reorder-item.styles.js +0 -4
  242. package/dist/components/layout/responsive-panel/responsive-panel.styles.js +0 -27
  243. package/dist/components/layout/scroller/scroller.styles.js +0 -20
  244. package/dist/components/layout/segmented/segmented.class.d.ts +7 -1
  245. package/dist/components/layout/segmented/segmented.class.js +1 -1
  246. package/dist/components/layout/segmented/segmented.styles.js +69 -37
  247. package/dist/components/layout/split-panel/split-panel.styles.js +1 -7
  248. package/dist/components/layout/stepper/stepper.class.d.ts +8 -1
  249. package/dist/components/layout/stepper/stepper.class.js +1 -1
  250. package/dist/components/layout/stepper/stepper.styles.js +140 -41
  251. package/dist/components/layout/tab-group/tab-group.class.d.ts +4 -1
  252. package/dist/components/layout/tab-group/tab-group.styles.js +9 -75
  253. package/dist/components/layout/tab-group/tab.styles.js +0 -2
  254. package/dist/components/layout/virtual-list/virtual-list.class.d.ts +4 -4
  255. package/dist/components/layout/virtual-list/virtual-list.class.js +1 -1
  256. package/dist/components/layout/virtual-list/virtual-list.styles.js +0 -68
  257. package/dist/components/layout/widget/widget.class.d.ts +5 -1
  258. package/dist/components/layout/widget/widget.class.js +1 -1
  259. package/dist/components/layout/widget/widget.styles.js +97 -40
  260. package/dist/components/media/animated-image/animated-image.class.d.ts +3 -0
  261. package/dist/components/media/animated-image/animated-image.class.js +1 -1
  262. package/dist/components/media/animated-image/animated-image.styles.js +0 -28
  263. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +1 -1
  264. package/dist/components/media/attachment-chip/attachment-chip.class.js +1 -1
  265. package/dist/components/media/attachment-chip/attachment-chip.styles.js +0 -31
  266. package/dist/components/media/attachment-trigger/attachment-trigger.class.js +3 -3
  267. package/dist/components/media/attachment-trigger/attachment-trigger.styles.js +0 -40
  268. package/dist/components/media/av-player/av-player.class.d.ts +5 -6
  269. package/dist/components/media/av-player/av-player.class.js +1 -1
  270. package/dist/components/media/av-player/av-player.styles.js +0 -45
  271. package/dist/components/media/avatar/avatar.styles.js +3 -16
  272. package/dist/components/media/file-icon/file-icon.class.d.ts +1 -2
  273. package/dist/components/media/file-icon/file-icon.class.js +1 -1
  274. package/dist/components/media/file-input/file-input.class.d.ts +12 -0
  275. package/dist/components/media/file-input/file-input.styles.js +3 -24
  276. package/dist/components/media/flag/flag.class.d.ts +20 -0
  277. package/dist/components/media/flag/flag.class.js +4 -2
  278. package/dist/components/media/flag/flag.styles.js +7 -1
  279. package/dist/components/media/flag/language-map.d.ts +10 -0
  280. package/dist/components/media/flag/language-map.js +1 -1
  281. package/dist/components/media/image-comparer/image-comparer.styles.js +4 -33
  282. package/dist/components/media/image-viewer/image-viewer.class.js +0 -2
  283. package/dist/components/media/image-viewer/image-viewer.styles.js +7 -27
  284. package/dist/components/media/lightbox/lightbox.class.js +0 -2
  285. package/dist/components/media/lightbox/lightbox.styles.js +0 -21
  286. package/dist/components/media/map/map-loader.d.ts +19 -1
  287. package/dist/components/media/map/map-loader.js +1 -1
  288. package/dist/components/media/map/map.class.d.ts +141 -1
  289. package/dist/components/media/map/map.class.js +15 -3
  290. package/dist/components/media/map/map.styles.js +20 -17
  291. package/dist/components/media/media-card/media-card.class.d.ts +14 -3
  292. package/dist/components/media/media-card/media-card.class.js +1 -1
  293. package/dist/components/media/media-card/media-card.styles.js +2 -28
  294. package/dist/components/media/pan-zoom/pan-zoom.styles.js +0 -3
  295. package/dist/components/media/qr-code/qr-code.class.d.ts +3 -2
  296. package/dist/components/media/qr-code/qr-code.class.js +2 -2
  297. package/dist/components/media/qr-code/qr-code.styles.js +0 -3
  298. package/dist/components/media/sequence-playback/sequence-playback.class.d.ts +2 -0
  299. package/dist/components/media/sequence-playback/sequence-playback.class.js +2 -1
  300. package/dist/components/media/sequence-playback/sequence-playback.styles.js +0 -19
  301. package/dist/components/media/video/video.class.d.ts +23 -2
  302. package/dist/components/media/video/video.class.js +3 -3
  303. package/dist/components/media/video/video.styles.js +4 -2
  304. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +3 -2
  305. package/dist/components/media/zoomable-frame/zoomable-frame.class.js +2 -2
  306. package/dist/components/media/zoomable-frame/zoomable-frame.styles.js +0 -5
  307. package/dist/components/overlays/alert/alert.styles.js +4 -2
  308. package/dist/components/overlays/badge/badge.styles.js +4 -48
  309. package/dist/components/overlays/badge/tag.styles.js +0 -14
  310. package/dist/components/overlays/callout/callout.styles.js +0 -11
  311. package/dist/components/overlays/chip/chip-group.styles.js +0 -18
  312. package/dist/components/overlays/chip/chip.styles.js +6 -69
  313. package/dist/components/overlays/dialog/confirm.d.ts +1 -4
  314. package/dist/components/overlays/dialog/confirm.js +1 -1
  315. package/dist/components/overlays/dialog/dialog.class.d.ts +12 -9
  316. package/dist/components/overlays/dialog/dialog.class.js +1 -1
  317. package/dist/components/overlays/dialog/dialog.styles.js +0 -43
  318. package/dist/components/overlays/drawer/drawer.class.d.ts +2 -2
  319. package/dist/components/overlays/drawer/drawer.styles.js +0 -9
  320. package/dist/components/overlays/empty/empty.styles.js +0 -12
  321. package/dist/components/overlays/kbd/kbd.styles.js +0 -8
  322. package/dist/components/overlays/overlay/dropdown.class.d.ts +1 -6
  323. package/dist/components/overlays/overlay/dropdown.class.js +2 -2
  324. package/dist/components/overlays/overlay/overlay.styles.js +0 -28
  325. package/dist/components/overlays/overlay/popover.class.d.ts +9 -1
  326. package/dist/components/overlays/overlay/popover.class.js +2 -2
  327. package/dist/components/overlays/overlay/tooltip.class.d.ts +10 -0
  328. package/dist/components/overlays/overlay/tooltip.class.js +1 -1
  329. package/dist/components/overlays/popup/popup.class.d.ts +1 -0
  330. package/dist/components/overlays/popup/popup.class.js +1 -1
  331. package/dist/components/overlays/popup/popup.styles.js +0 -15
  332. package/dist/components/overlays/progress/progress-ring.class.d.ts +9 -1
  333. package/dist/components/overlays/progress/progress-ring.class.js +3 -3
  334. package/dist/components/overlays/progress/progress.styles.js +0 -21
  335. package/dist/components/overlays/rating/rating.styles.js +0 -25
  336. package/dist/components/overlays/skeleton/skeleton.styles.js +0 -4
  337. package/dist/components/overlays/spinner/spinner.styles.js +0 -3
  338. package/dist/components/overlays/toast/toast-item.styles.js +3 -45
  339. package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.js +0 -35
  340. package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts +2 -2
  341. package/dist/components/retrieval/citation-badge/citation-badge.class.js +3 -3
  342. package/dist/components/retrieval/citation-badge/citation-badge.styles.js +0 -20
  343. package/dist/components/retrieval/claim-evidence/claim-evidence.styles.js +0 -8
  344. package/dist/components/retrieval/community-card/community-card.class.d.ts +1 -0
  345. package/dist/components/retrieval/community-card/community-card.styles.js +0 -6
  346. package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.js +8 -12
  347. package/dist/components/retrieval/entity-card/entity-card.class.d.ts +4 -3
  348. package/dist/components/retrieval/entity-card/entity-card.class.js +1 -1
  349. package/dist/components/retrieval/entity-card/entity-card.styles.js +0 -12
  350. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +10 -4
  351. package/dist/components/retrieval/entity-chip/entity-chip.class.js +3 -3
  352. package/dist/components/retrieval/entity-chip/entity-chip.styles.js +6 -9
  353. package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts +19 -5
  354. package/dist/components/retrieval/graph/graph.class.d.ts +5 -0
  355. package/dist/components/retrieval/graph/graph.class.js +1 -1
  356. package/dist/components/retrieval/graph/graph.styles.js +0 -30
  357. package/dist/components/retrieval/graph-legend/graph-legend.styles.js +0 -3
  358. package/dist/components/retrieval/ingestion-queue/ingestion-queue.styles.js +0 -25
  359. package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts +2 -0
  360. package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.js +0 -7
  361. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +20 -6
  362. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +2 -2
  363. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +0 -16
  364. package/dist/components/retrieval/mind-map/mind-map.class.d.ts +5 -3
  365. package/dist/components/retrieval/mind-map/mind-map.class.js +1 -1
  366. package/dist/components/retrieval/mind-map/mind-map.styles.js +0 -2
  367. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts +3 -2
  368. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +1 -1
  369. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js +0 -30
  370. package/dist/components/retrieval/node-palette/node-palette.styles.js +0 -11
  371. package/dist/components/retrieval/path-strip/path-strip.styles.js +0 -10
  372. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +12 -3
  373. package/dist/components/retrieval/provenance-panel/provenance-panel.styles.js +0 -2
  374. package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.d.ts +3 -2
  375. package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js +2 -2
  376. package/dist/components/retrieval/retrieval-results/retrieval-results.styles.js +0 -28
  377. package/dist/components/retrieval/retrieval-search/retrieval-search.styles.js +0 -4
  378. package/dist/components/retrieval/retrieval-trace/retrieval-trace.styles.js +0 -2
  379. package/dist/components/retrieval/source-card/source-card.styles.js +0 -13
  380. package/dist/components/retrieval/source-list/source-list.styles.js +0 -7
  381. package/dist/components/retrieval/source-picker/source-picker.styles.js +0 -7
  382. package/dist/components/utility/copy-button/copy-button.styles.js +0 -10
  383. package/dist/components/utility/diff-view/diff-view.styles.js +0 -14
  384. package/dist/components/utility/export-button/export-button.styles.js +0 -22
  385. package/dist/components/utility/icon/icon.styles.js +0 -6
  386. package/dist/components/utility/json-viewer/json-viewer.styles.js +2 -48
  387. package/dist/components/utility/known-date/known-date.class.d.ts +7 -3
  388. package/dist/components/utility/known-date/known-date.styles.js +10 -51
  389. package/dist/components/utility/live-region/live-region.styles.js +0 -4
  390. package/dist/components/utility/mention-popover/mention-popover.styles.js +0 -25
  391. package/dist/components/utility/poll-status/poll-status.styles.js +0 -4
  392. package/dist/components/utility/random-content/random-content.class.d.ts +22 -0
  393. package/dist/components/utility/random-content/random-content.class.js +3 -2
  394. package/dist/components/utility/random-content/random-content.styles.js +6 -13
  395. package/dist/components/utility/tour/tour.class.d.ts +4 -2
  396. package/dist/components/utility/tour/tour.class.js +3 -3
  397. package/dist/components/utility/tour/tour.styles.js +0 -13
  398. package/dist/components/utility/visually-hidden/visually-hidden.styles.js +0 -5
  399. package/dist/components/viewers/archive-viewer/archive-viewer.class.js +1 -1
  400. package/dist/components/viewers/archive-viewer/archive-viewer.styles.d.ts +2 -2
  401. package/dist/components/viewers/archive-viewer/archive-viewer.styles.js +0 -10
  402. package/dist/components/viewers/csv-viewer/csv-viewer.class.js +1 -1
  403. package/dist/components/viewers/csv-viewer/csv-viewer.styles.js +0 -19
  404. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js +1 -1
  405. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +0 -15
  406. package/dist/components/viewers/document-compare/document-compare.styles.js +0 -3
  407. package/dist/components/viewers/document-preview/document-preview.styles.js +0 -25
  408. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +2 -1
  409. package/dist/components/viewers/document-viewer/document-viewer.class.js +1 -1
  410. package/dist/components/viewers/document-viewer/document-viewer.styles.js +0 -5
  411. package/dist/components/viewers/docx-viewer/docx-viewer.styles.js +0 -17
  412. package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.js +0 -4
  413. package/dist/components/viewers/email-viewer/email-viewer.styles.js +0 -7
  414. package/dist/components/viewers/geojson-view/geojson-view.styles.js +0 -5
  415. package/dist/components/viewers/highlight-layer/highlight-layer.styles.js +0 -3
  416. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +1 -1
  417. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +0 -38
  418. package/dist/components/viewers/page-rail/page-rail.class.js +1 -1
  419. package/dist/components/viewers/page-rail/page-rail.styles.js +0 -13
  420. package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts +13 -2
  421. package/dist/components/viewers/pdf-viewer/pdf-loader.js +1 -1
  422. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +32 -2
  423. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +4 -4
  424. package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.js +1 -27
  425. package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.js +0 -3
  426. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js +1 -1
  427. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.js +0 -14
  428. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +0 -7
  429. package/dist/components/viewers/xml-viewer/xml-viewer.styles.js +2 -24
  430. package/dist/custom-elements-jsx.d.ts +56 -37
  431. package/dist/events.d.ts +43 -33
  432. package/dist/internal/agent-status-variants.d.ts +18 -0
  433. package/dist/internal/agent-status-variants.js +1 -0
  434. package/dist/internal/announcer.d.ts +8 -3
  435. package/dist/internal/announcer.js +1 -1
  436. package/dist/internal/autoloader-manifest.js +1 -1
  437. package/dist/internal/canvas-color.d.ts +16 -0
  438. package/dist/internal/canvas-color.js +1 -1
  439. package/dist/internal/catalog-picker.d.ts +0 -1
  440. package/dist/internal/catalog-picker.js +1 -1
  441. package/dist/internal/default-strings.generated.d.ts +1 -0
  442. package/dist/internal/default-strings.generated.js +1 -1
  443. package/dist/internal/dev-mode-attribute-warning.d.ts +27 -4
  444. package/dist/internal/dev-mode-attribute-warning.js +1 -1
  445. package/dist/internal/localization-runtime.js +1 -1
  446. package/dist/internal/localization-types.d.ts +1 -1
  447. package/dist/internal/localization.js +1 -1
  448. package/dist/internal/lyra-element.d.ts +13 -0
  449. package/dist/internal/lyra-element.js +1 -1
  450. package/dist/internal/media-controller.js +1 -1
  451. package/dist/internal/package-metadata.d.ts +1 -1
  452. package/dist/internal/package-metadata.js +1 -1
  453. package/dist/internal/scroll-overflow.d.ts +35 -13
  454. package/dist/internal/scroll-overflow.js +1 -1
  455. package/dist/internal/sizes.styles.js +0 -2
  456. package/dist/internal/specialist-tokens.styles.js +6 -11
  457. package/dist/internal/text-highlights.d.ts +4 -1
  458. package/dist/internal/text-highlights.js +1 -1
  459. package/dist/internal/tokens/palette.styles.js +0 -15
  460. package/dist/internal/tokens.styles.js +19 -113
  461. package/dist/lyra.d.ts +8 -5
  462. package/dist/styles/reservations.css +82 -0
  463. package/dist/svelte.d.ts +56 -37
  464. package/dist/translations/ar.js +1 -1
  465. package/dist/translations/de.js +1 -1
  466. package/dist/translations/es.js +1 -1
  467. package/dist/translations/fa.js +1 -1
  468. package/dist/translations/fr.js +1 -1
  469. package/dist/translations/he.js +1 -1
  470. package/dist/translations/ja.js +1 -1
  471. package/dist/translations/pt-BR.js +1 -1
  472. package/dist/translations/ru.js +1 -1
  473. package/dist/translations/zh-CN.js +1 -1
  474. package/dist/vue.d.ts +56 -37
  475. package/llms/components/lr-accordion-item.md +12 -3
  476. package/llms/components/lr-accordion.md +11 -2
  477. package/llms/components/lr-agent-eval-dashboard.md +1 -1
  478. package/llms/components/lr-agent-trace.md +3 -1
  479. package/llms/components/lr-agent-workspace.md +20 -0
  480. package/llms/components/lr-artifact-panel.md +10 -4
  481. package/llms/components/lr-attachment-chip.md +7 -4
  482. package/llms/components/lr-attachment-trigger.md +7 -4
  483. package/llms/components/lr-av-player.md +3 -1
  484. package/llms/components/lr-avatar.md +6 -6
  485. package/llms/components/lr-bar-chart.md +4 -3
  486. package/llms/components/lr-box-plot.md +1 -1
  487. package/llms/components/lr-browser-frame.md +7 -3
  488. package/llms/components/lr-bubble-chart.md +4 -3
  489. package/llms/components/lr-calendar.md +9 -2
  490. package/llms/components/lr-card.md +24 -0
  491. package/llms/components/lr-chart.md +32 -8
  492. package/llms/components/lr-chat-viewport.md +7 -2
  493. package/llms/components/lr-checkbox-group.md +13 -5
  494. package/llms/components/lr-checkbox.md +5 -2
  495. package/llms/components/lr-checkpoint.md +6 -2
  496. package/llms/components/lr-combobox.md +5 -2
  497. package/llms/components/lr-command-palette.md +4 -1
  498. package/llms/components/lr-confirm-bar.md +7 -3
  499. package/llms/components/lr-context-meter.md +12 -11
  500. package/llms/components/lr-conversation-item.md +7 -4
  501. package/llms/components/lr-details.md +11 -2
  502. package/llms/components/lr-dialog.md +15 -10
  503. package/llms/components/lr-dock-panel.md +7 -10
  504. package/llms/components/lr-document-preview.md +6 -1
  505. package/llms/components/lr-document-viewer.md +3 -2
  506. package/llms/components/lr-doughnut-chart.md +4 -3
  507. package/llms/components/lr-drawer.md +3 -3
  508. package/llms/components/lr-entity-card.md +3 -3
  509. package/llms/components/lr-entity-chip.md +1 -1
  510. package/llms/components/lr-entity-dossier.md +4 -1
  511. package/llms/components/lr-file-input.md +2 -2
  512. package/llms/components/lr-flag.md +20 -5
  513. package/llms/components/lr-heatmap.md +28 -0
  514. package/llms/components/lr-histogram.md +3 -1
  515. package/llms/components/lr-icon.md +1 -1
  516. package/llms/components/lr-json-schema-viewer.md +2 -1
  517. package/llms/components/lr-knowledge-graph-explorer.md +8 -3
  518. package/llms/components/lr-known-date.md +4 -2
  519. package/llms/components/lr-line-chart.md +4 -3
  520. package/llms/components/lr-lite-chart.md +16 -6
  521. package/llms/components/lr-map.md +72 -8
  522. package/llms/components/lr-markdown-core.md +3 -2
  523. package/llms/components/lr-media-card.md +28 -12
  524. package/llms/components/lr-message-parts.md +2 -1
  525. package/llms/components/lr-model-select.md +9 -10
  526. package/llms/components/lr-model-settings-panel.md +9 -9
  527. package/llms/components/lr-neighbor-list.md +1 -1
  528. package/llms/components/lr-notebook-viewer.md +6 -3
  529. package/llms/components/lr-option.md +5 -2
  530. package/llms/components/lr-pdf-viewer.md +62 -2
  531. package/llms/components/lr-pie-chart.md +4 -3
  532. package/llms/components/lr-polar-area-chart.md +4 -3
  533. package/llms/components/lr-popover.md +5 -0
  534. package/llms/components/lr-progress-ring.md +8 -1
  535. package/llms/components/lr-prompt-studio.md +1 -1
  536. package/llms/components/lr-provenance-panel.md +4 -2
  537. package/llms/components/lr-qr-code.md +1 -1
  538. package/llms/components/lr-radar-chart.md +4 -3
  539. package/llms/components/lr-rag-eval-dashboard.md +2 -2
  540. package/llms/components/lr-random-content.md +13 -0
  541. package/llms/components/lr-reorder-item.md +6 -1
  542. package/llms/components/lr-reorder-list.md +6 -1
  543. package/llms/components/lr-responsive-panel.md +11 -7
  544. package/llms/components/lr-scatter-chart.md +4 -3
  545. package/llms/components/lr-sequence-strip.md +16 -2
  546. package/llms/components/lr-slider.md +12 -5
  547. package/llms/components/lr-sparkline.md +1 -1
  548. package/llms/components/lr-suggestion-chips.md +7 -2
  549. package/llms/components/lr-swatch-picker.md +5 -5
  550. package/llms/components/lr-switch.md +5 -2
  551. package/llms/components/lr-table.md +30 -4
  552. package/llms/components/lr-terminal.md +3 -1
  553. package/llms/components/lr-thread-list.md +8 -8
  554. package/llms/components/lr-time-input.md +6 -1
  555. package/llms/components/lr-timeline-item.md +24 -0
  556. package/llms/components/lr-timeline.md +25 -1
  557. package/llms/components/lr-token-input.md +7 -2
  558. package/llms/components/lr-tool-approval-dialog.md +7 -8
  559. package/llms/components/lr-tool-call-chip.md +5 -1
  560. package/llms/components/lr-tool-param-form.md +14 -12
  561. package/llms/components/lr-tool-result-dialog.md +11 -9
  562. package/llms/components/lr-tool-result-view.md +7 -6
  563. package/llms/components/lr-tool-select-dialog.md +18 -16
  564. package/llms/components/lr-trace-tree.md +3 -1
  565. package/llms/components/lr-usage-badge.md +4 -1
  566. package/llms/components/lr-video-playlist.md +1 -1
  567. package/llms/components/lr-virtual-list.md +22 -14
  568. package/llms/components/lr-voice-picker.md +8 -5
  569. package/llms/components/lr-widget-renderer.md +3 -3
  570. package/llms/components/lr-widget.md +1 -1
  571. package/llms/components/lr-word-cloud.md +6 -2
  572. package/llms/peers.md +12 -2
  573. package/llms/shared.md +70 -2
  574. package/llms-full.txt +1143 -285
  575. package/package.json +17 -5
  576. package/vscode-css-data.json +37 -2
  577. package/vscode-html-data.json +401 -44
  578. package/web-types.json +299 -55
@@ -1 +1 @@
1
- import{AnchoredPopoverController}from"./anchored-popover-controller.js";import{resolveIntlLocale}from"./intl-cache.js";import{dispatchNativeEvent,relayNativeEvent}from"./native-event-relay.js";function normalizeCatalog(catalog){const normalized=[],seen=new Set;for(const entry of catalog??[]){const record=typeof entry=="string"?{id:entry,label:entry}:entry,id=record?.id;typeof id!="string"||id.trim()===""||seen.has(id)||(seen.add(id),normalized.push(record))}return normalized}function withSyntheticCatalogValue(catalog,value){const entries=catalog.map(entry=>({...entry,synthetic:!1}));return catalog.length&&value.trim()!==""&&!catalog.some(entry=>entry.id===value)&&entries.push({id:value,label:value,synthetic:!0}),entries}function filterCatalogEntries(entries,query,locale,fields){const intlLocale=resolveIntlLocale(locale),normalized=query.trim().toLocaleLowerCase(intlLocale);return normalized?entries.filter(entry=>fields(entry).some(value=>value.toLocaleLowerCase(intlLocale).includes(normalized))):[...entries]}class CatalogPickerController{constructor(host,options){this.host=host,this.options=options,this.popupPosition=new AnchoredPopoverController,this._activeIndex=-1,this._query="",this._open=!1,this._value="",this._defaultValue="",this.valueDirty=!1,this.settingDefaultValue=!1,this.reflectingDefaultValue=!1,this.suppressControlEvents=!1}get normalizedCatalog(){return normalizeCatalog(this.options.catalog())}get closedMode(){return this.normalizedCatalog.length>0&&!this.options.allowCustom()}get effectiveEntries(){return withSyntheticCatalogValue(this.normalizedCatalog,this._value)}get filteredEntries(){return filterCatalogEntries(this.effectiveEntries,this._query,this.options.locale(),this.options.searchableFields)}get visibleEntries(){return this.closedMode?this.effectiveEntries:this.filteredEntries}labelFor(id){return id?this.effectiveEntries.find(entry=>entry.id===id)?.label??id:""}get activeIndex(){return this._activeIndex}setActiveIndex(next){if(next===this._activeIndex)return;const old=this._activeIndex;this.options.beforeActiveIndexChange?.(next,old),this._activeIndex=next,this.options.onStateChange("activeIndex",old)}get query(){return this._query}setQuery(next){if(next===this._query)return;const old=this._query;this._query=next,this.options.afterQueryChange?.(next,old),this.options.onStateChange("query",old)}get open(){return this._open}setOpen(next){const liveDisabled=this.host.effectiveDisabled||typeof this.host.matches=="function"&&this.host.matches(":disabled"),resolved=!!next&&!liveDisabled;if(resolved===this._open){next&&!resolved&&this.host.hasAttribute("open")&&this.host.removeAttribute("open");return}const old=this._open;resolved||this.setActiveIndex(-1),this._open=resolved,this.options.onStateChange("open",old)}show(){!this._open&&!this.host.effectiveDisabled&&this.setOpen(!0)}hide(){this._open&&this.setOpen(!1)}get value(){return this._value}set value(next){const normalized=next??"";if(this.options.beforeValueChange?.(normalized,this._value),normalized===this._value){this.settingDefaultValue||(this.valueDirty=!0);return}const old=this._value;this.settingDefaultValue||(this.valueDirty=!0),this._value=normalized,this.options.onValueChange(normalized,old)}get defaultValue(){return this._defaultValue}set defaultValue(next){if(this.reflectingDefaultValue)return;const normalized=next??"",old=this._defaultValue;this._defaultValue=normalized,this.reflectDefaultValue(),this.valueDirty||this.restoreLiveValueFromDefault(),this.options.onDefaultValueChange(normalized,old)}resetValue(){this.restoreLiveValueFromDefault()}restoreState(state){this.value=typeof state=="string"?state:""}restoreLiveValueFromDefault(){this.settingDefaultValue=!0;try{this.value=this._defaultValue}finally{this.settingDefaultValue=!1}this.valueDirty=!1}reflectDefaultValue(){this.reflectingDefaultValue=!0;try{this._defaultValue?this.host.setAttribute("value",this._defaultValue):this.host.removeAttribute("value")}finally{this.reflectingDefaultValue=!1}}commitValue(next){const inCatalog=this.normalizedCatalog.some(entry=>entry.id===next);this.value=next,this.hide(),this.options.emitChange({value:next,inCatalog}),this.emitValueEvents()}emitValueEvents(){dispatchNativeEvent(this.host,"input"),dispatchNativeEvent(this.host,"change")}commitFreeText(){const active=this.filteredEntries[this._activeIndex];this.commitValue(this._activeIndex>=0&&active?active.id:this._query.trim())}selectEntry(entry){this.commitValue(entry.id)}reconcileRows(activeValue,rebaseQuery,clampMissing=!0){const rows=this.visibleEntries,remapped=activeValue?rows.findIndex(entry=>entry.id===activeValue):-1;this.setActiveIndex(remapped>=0?remapped:clampMissing?Math.min(this._activeIndex,Math.max(-1,rows.length-1)):-1),rebaseQuery&&this.setQuery(this.labelFor(this._value))}handleTriggerKeyDown(event){const rows=this.effectiveEntries;switch(event.key){case"ArrowDown":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.min(rows.length-1,this._activeIndex+1):-1);break;case"ArrowUp":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.max(0,this._activeIndex-1):-1);break;case"Enter":case" ":if(this._open){event.preventDefault();const active=rows[this._activeIndex];this._activeIndex>=0&&active?this.selectEntry(active):this.hide()}break;case"Escape":this._open&&(event.preventDefault(),this.hide());break;case"Home":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length?0:-1));break;case"End":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length-1));break}}handleInputKeyDown(event){const rows=this.filteredEntries;switch(event.key){case"ArrowDown":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.min(rows.length-1,this._activeIndex+1):-1);break;case"ArrowUp":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.max(0,this._activeIndex-1):-1);break;case"Enter":this._open&&(event.preventDefault(),this.commitFreeText());break;case"Escape":this._open&&(event.preventDefault(),this.setQuery(this.labelFor(this._value)),this.hide());break;case"Home":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length?0:-1));break;case"End":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length-1));break}}handleInput(event){const input=event.currentTarget;input&&(this.setQuery(input.value),this.setActiveIndex(-1),this.show(),relayNativeEvent(this.host,event))}handleInputFocus(event){if(this.suppressControlEvents){event.stopPropagation();return}this._open||this.setQuery(this.labelFor(this._value)),this.show(),this.handleControlFocus(event)}handleControlFocus(event){if(this.suppressControlEvents){event.stopPropagation();return}if(this.containsFocusTarget(event.relatedTarget)){event.stopPropagation();return}this.options.onControlFocus?.(event),relayNativeEvent(this.host,event),this.options.emitFocusAlias("lr-focus")}handleControlBlur(event){if(this.suppressControlEvents){event.stopPropagation();return}if(this.containsFocusTarget(event.relatedTarget)){event.stopPropagation();return}this.options.onControlBlur?.(event),this.hide(),relayNativeEvent(this.host,event),this.options.emitFocusAlias("lr-blur")}handleComboMouseDown(event){this.host.effectiveDisabled||event.composedPath()[0]!==this.input&&(event.preventDefault(),this.input?.focus())}handleListboxMouseDown(event){event.target.closest('[part="option"]')&&event.preventDefault()}handleListboxClick(event){if(this.host.effectiveDisabled)return;const value=event.target.closest('[part="option"]')?.dataset.value;if(value===void 0)return;const entry=this.visibleEntries.find(candidate=>candidate.id===value);entry&&this.selectEntry(entry)}get input(){return this.host.renderRoot?.querySelector('[part="combobox-input"]')??null}click(){if(this.host.effectiveDisabled)return;const trigger=this.host.renderRoot?.querySelector('[part="trigger"]');if(trigger){trigger.click();return}const input=this.input;this.options.forwardFreeInputClick&&input?.click(),input?.focus()}focus(options){if(this.host.effectiveDisabled)return;this.host.renderRoot?.querySelector('[part="trigger"], [part="combobox-input"]')?.focus(options)}blur(){this.host.renderRoot?.querySelector('[part="trigger"], [part="combobox-input"]')?.blur()}select(){this.input?.select()}setSelectionRange(start,end,direction){this.input?.setSelectionRange(start,end,direction)}setRangeText(replacement,start,end,selectMode){const input=this.input;input&&(start===void 0||end===void 0?input.setRangeText(replacement):input.setRangeText(replacement,start,end,selectMode),this.setQuery(input.value),this.setActiveIndex(-1),this.value=input.value)}connected(hasUpdated){hasUpdated&&this._open&&queueMicrotask(()=>this.syncPopup())}disconnected(){this.popupPosition.disconnect(),this.unbindDocumentPointer(),this.setOpen(!1)}adopted(){this.popupPosition.disconnect(),this.unbindDocumentPointer(),this._open&&queueMicrotask(()=>this.syncPopup())}updated(reposition){reposition&&this.syncPopup()}containsFocusTarget(target){if(this.options.containsFocusTarget)return this.options.containsFocusTarget(target);if(!target||typeof target.nodeType!="number")return!1;const node=target;return this.host.renderRoot.contains(node)||this.host.contains(node)}bindDocumentPointer(){if(!this.host.isConnected)return;const ownerDocument=this.host.ownerDocument;if(this.pointerListenerDocument===ownerDocument&&this.pointerListener)return;this.unbindDocumentPointer();const listener=event=>{this.pointerListener!==listener||this.pointerListenerDocument!==ownerDocument||!this.host.isConnected||this.host.ownerDocument!==ownerDocument||event.composedPath().includes(this.host)||this.hide()};this.pointerListenerDocument=ownerDocument,this.pointerListener=listener,ownerDocument.addEventListener("pointerdown",listener)}unbindDocumentPointer(){this.pointerListenerDocument&&this.pointerListener&&this.pointerListenerDocument.removeEventListener("pointerdown",this.pointerListener),this.pointerListenerDocument=void 0,this.pointerListener=void 0}syncPopup(){if(this.popupPosition.disconnect(),!this._open||!this.host.isConnected){this.unbindDocumentPointer();return}this.bindDocumentPointer();const anchor=this.host.renderRoot.querySelector(this.closedMode?'[part="trigger"]':'[part="combobox"]'),listbox=this.host.renderRoot.querySelector('[part="listbox"]');anchor&&listbox&&this.popupPosition.reposition(anchor,listbox)}}export{CatalogPickerController,filterCatalogEntries,normalizeCatalog,withSyntheticCatalogValue};
1
+ import{AnchoredPopoverController}from"./anchored-popover-controller.js";import{resolveIntlLocale}from"./intl-cache.js";import{dispatchNativeEvent,relayNativeEvent}from"./native-event-relay.js";function normalizeCatalog(catalog){const normalized=[],seen=new Set;for(const entry of catalog??[]){const record=typeof entry=="string"?{id:entry,label:entry}:entry,id=record?.id;typeof id!="string"||id.trim()===""||seen.has(id)||(seen.add(id),normalized.push(record))}return normalized}function withSyntheticCatalogValue(catalog,value){const entries=catalog.map(entry=>({...entry,synthetic:!1}));return catalog.length&&value.trim()!==""&&!catalog.some(entry=>entry.id===value)&&entries.push({id:value,label:value,synthetic:!0}),entries}function filterCatalogEntries(entries,query,locale,fields){const intlLocale=resolveIntlLocale(locale),normalized=query.trim().toLocaleLowerCase(intlLocale);return normalized?entries.filter(entry=>fields(entry).some(value=>value.toLocaleLowerCase(intlLocale).includes(normalized))):[...entries]}class CatalogPickerController{constructor(host,options){this.host=host,this.options=options,this.popupPosition=new AnchoredPopoverController,this._activeIndex=-1,this._query="",this._open=!1,this._value="",this._defaultValue="",this.valueDirty=!1,this.settingDefaultValue=!1,this.reflectingDefaultValue=!1,this.suppressControlEvents=!1}get normalizedCatalog(){return normalizeCatalog(this.options.catalog())}get closedMode(){return this.normalizedCatalog.length>0&&!this.options.allowCustom()}get effectiveEntries(){return withSyntheticCatalogValue(this.normalizedCatalog,this._value)}get filteredEntries(){return filterCatalogEntries(this.effectiveEntries,this._query,this.options.locale(),this.options.searchableFields)}get visibleEntries(){return this.closedMode?this.effectiveEntries:this.filteredEntries}labelFor(id){return id?this.effectiveEntries.find(entry=>entry.id===id)?.label??id:""}get activeIndex(){return this._activeIndex}setActiveIndex(next){if(next===this._activeIndex)return;const old=this._activeIndex;this.options.beforeActiveIndexChange?.(next,old),this._activeIndex=next,this.options.onStateChange("activeIndex",old)}get query(){return this._query}setQuery(next){if(next===this._query)return;const old=this._query;this._query=next,this.options.afterQueryChange?.(next,old),this.options.onStateChange("query",old)}get open(){return this._open}setOpen(next){const liveDisabled=this.host.effectiveDisabled||typeof this.host.matches=="function"&&this.host.matches(":disabled"),resolved=!!next&&!liveDisabled;if(resolved===this._open){next&&!resolved&&this.host.hasAttribute("open")&&this.host.removeAttribute("open");return}const old=this._open;resolved||this.setActiveIndex(-1),this._open=resolved,this.options.onStateChange("open",old)}show(){!this._open&&!this.host.effectiveDisabled&&this.setOpen(!0)}hide(){this._open&&this.setOpen(!1)}get value(){return this._value}set value(next){const normalized=next??"";if(this.options.beforeValueChange?.(normalized,this._value),normalized===this._value){this.settingDefaultValue||(this.valueDirty=!0);return}const old=this._value;this.settingDefaultValue||(this.valueDirty=!0),this._value=normalized,this.options.onValueChange(normalized,old)}get defaultValue(){return this._defaultValue}set defaultValue(next){if(this.reflectingDefaultValue)return;const normalized=next??"",old=this._defaultValue;this._defaultValue=normalized,this.reflectDefaultValue(),this.valueDirty||this.restoreLiveValueFromDefault(),this.options.onDefaultValueChange(normalized,old)}resetValue(){this.restoreLiveValueFromDefault()}restoreState(state){this.value=typeof state=="string"?state:""}restoreLiveValueFromDefault(){this.settingDefaultValue=!0;try{this.value=this._defaultValue}finally{this.settingDefaultValue=!1}this.valueDirty=!1}reflectDefaultValue(){this.reflectingDefaultValue=!0;try{this._defaultValue?this.host.setAttribute("value",this._defaultValue):this.host.removeAttribute("value")}finally{this.reflectingDefaultValue=!1}}commitValue(next){const inCatalog=this.normalizedCatalog.some(entry=>entry.id===next);this.value=next,this.hide(),this.options.emitChange({value:next,inCatalog}),this.emitValueEvents()}emitValueEvents(){dispatchNativeEvent(this.host,"input"),dispatchNativeEvent(this.host,"change")}commitFreeText(){const active=this.filteredEntries[this._activeIndex];this.commitValue(this._activeIndex>=0&&active?active.id:this._query.trim())}selectEntry(entry){this.commitValue(entry.id)}reconcileRows(activeValue,rebaseQuery,clampMissing=!0){const rows=this.visibleEntries,remapped=activeValue?rows.findIndex(entry=>entry.id===activeValue):-1;this.setActiveIndex(remapped>=0?remapped:clampMissing?Math.min(this._activeIndex,Math.max(-1,rows.length-1)):-1),rebaseQuery&&this.setQuery(this.labelFor(this._value))}handleTriggerKeyDown(event){const rows=this.effectiveEntries;switch(event.key){case"ArrowDown":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.min(rows.length-1,this._activeIndex+1):-1);break;case"ArrowUp":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.max(0,this._activeIndex-1):-1);break;case"Enter":case" ":if(this._open){event.preventDefault();const active=rows[this._activeIndex];this._activeIndex>=0&&active?this.selectEntry(active):this.hide()}break;case"Escape":this._open&&(event.preventDefault(),this.hide());break;case"Home":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length?0:-1));break;case"End":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length-1));break}}handleInputKeyDown(event){const rows=this.filteredEntries;switch(event.key){case"ArrowDown":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.min(rows.length-1,this._activeIndex+1):-1);break;case"ArrowUp":if(event.preventDefault(),!this._open)return this.show();this.setActiveIndex(rows.length?Math.max(0,this._activeIndex-1):-1);break;case"Enter":this._open&&(event.preventDefault(),this.commitFreeText());break;case"Escape":this._open&&(event.preventDefault(),this.setQuery(this.labelFor(this._value)),this.hide());break;case"Home":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length?0:-1));break;case"End":this._open&&(event.preventDefault(),this.setActiveIndex(rows.length-1));break}}handleInput(event){const input=event.currentTarget;input&&(this.setQuery(input.value),this.setActiveIndex(-1),this.show(),relayNativeEvent(this.host,event))}handleInputFocus(event){if(this.suppressControlEvents){event.stopPropagation();return}this._open||this.setQuery(this.labelFor(this._value)),this.show(),this.handleControlFocus(event)}handleControlFocus(event){if(this.suppressControlEvents){event.stopPropagation();return}if(this.containsFocusTarget(event.relatedTarget)){event.stopPropagation();return}this.options.onControlFocus?.(event),relayNativeEvent(this.host,event)}handleControlBlur(event){if(this.suppressControlEvents){event.stopPropagation();return}if(this.containsFocusTarget(event.relatedTarget)){event.stopPropagation();return}this.options.onControlBlur?.(event),this.hide(),relayNativeEvent(this.host,event)}handleComboMouseDown(event){this.host.effectiveDisabled||event.composedPath()[0]!==this.input&&(event.preventDefault(),this.input?.focus())}handleListboxMouseDown(event){event.target.closest('[part="option"]')&&event.preventDefault()}handleListboxClick(event){if(this.host.effectiveDisabled)return;const value=event.target.closest('[part="option"]')?.dataset.value;if(value===void 0)return;const entry=this.visibleEntries.find(candidate=>candidate.id===value);entry&&this.selectEntry(entry)}get input(){return this.host.renderRoot?.querySelector('[part="combobox-input"]')??null}click(){if(this.host.effectiveDisabled)return;const trigger=this.host.renderRoot?.querySelector('[part="trigger"]');if(trigger){trigger.click();return}const input=this.input;this.options.forwardFreeInputClick&&input?.click(),input?.focus()}focus(options){if(this.host.effectiveDisabled)return;this.host.renderRoot?.querySelector('[part="trigger"], [part="combobox-input"]')?.focus(options)}blur(){this.host.renderRoot?.querySelector('[part="trigger"], [part="combobox-input"]')?.blur()}select(){this.input?.select()}setSelectionRange(start,end,direction){this.input?.setSelectionRange(start,end,direction)}setRangeText(replacement,start,end,selectMode){const input=this.input;input&&(start===void 0||end===void 0?input.setRangeText(replacement):input.setRangeText(replacement,start,end,selectMode),this.setQuery(input.value),this.setActiveIndex(-1),this.value=input.value)}connected(hasUpdated){hasUpdated&&this._open&&queueMicrotask(()=>this.syncPopup())}disconnected(){this.popupPosition.disconnect(),this.unbindDocumentPointer(),this.setOpen(!1)}adopted(){this.popupPosition.disconnect(),this.unbindDocumentPointer(),this._open&&queueMicrotask(()=>this.syncPopup())}updated(reposition){reposition&&this.syncPopup()}containsFocusTarget(target){if(this.options.containsFocusTarget)return this.options.containsFocusTarget(target);if(!target||typeof target.nodeType!="number")return!1;const node=target;return this.host.renderRoot.contains(node)||this.host.contains(node)}bindDocumentPointer(){if(!this.host.isConnected)return;const ownerDocument=this.host.ownerDocument;if(this.pointerListenerDocument===ownerDocument&&this.pointerListener)return;this.unbindDocumentPointer();const listener=event=>{this.pointerListener!==listener||this.pointerListenerDocument!==ownerDocument||!this.host.isConnected||this.host.ownerDocument!==ownerDocument||event.composedPath().includes(this.host)||this.hide()};this.pointerListenerDocument=ownerDocument,this.pointerListener=listener,ownerDocument.addEventListener("pointerdown",listener)}unbindDocumentPointer(){this.pointerListenerDocument&&this.pointerListener&&this.pointerListenerDocument.removeEventListener("pointerdown",this.pointerListener),this.pointerListenerDocument=void 0,this.pointerListener=void 0}syncPopup(){if(this.popupPosition.disconnect(),!this._open||!this.host.isConnected){this.unbindDocumentPointer();return}this.bindDocumentPointer();const anchor=this.host.renderRoot.querySelector(this.closedMode?'[part="trigger"]':'[part="combobox"]'),listbox=this.host.renderRoot.querySelector('[part="listbox"]');anchor&&listbox&&this.popupPosition.reposition(anchor,listbox)}}export{CatalogPickerController,filterCatalogEntries,normalizeCatalog,withSyntheticCatalogValue};
@@ -397,6 +397,7 @@ export declare const LYRA_DEFAULT_emojiPickerGroupPeopleBody: LyraMessage;
397
397
  export declare const LYRA_DEFAULT_emojiPickerGroupSmileysEmotion: LyraMessage;
398
398
  export declare const LYRA_DEFAULT_emojiPickerGroupSymbols: LyraMessage;
399
399
  export declare const LYRA_DEFAULT_emojiPickerGroupTravelPlaces: LyraMessage;
400
+ export declare const LYRA_DEFAULT_emojiPickerGroupUnknown: LyraMessage;
400
401
  export declare const LYRA_DEFAULT_emojiPickerLoadError: LyraMessage;
401
402
  export declare const LYRA_DEFAULT_emojiPickerSearchLabel: LyraMessage;
402
403
  export declare const LYRA_DEFAULT_entityChipWithType: LyraMessage;
@@ -2,4 +2,4 @@ const LYRA_DEFAULT_accessibleLabelSeparator=" \u2014 ",LYRA_DEFAULT_activityFeed
2
2
  {extendedAddress}
3
3
  {streetAddress}
4
4
  {locality} {region} {postalCode}
5
- {country}`,LYRA_DEFAULT_contactViewerAddressLabel="Address",LYRA_DEFAULT_contactViewerEmailLabel="Email",LYRA_DEFAULT_contactViewerLabel="Contact viewer",LYRA_DEFAULT_contactViewerNoContacts="No contacts found in this file.",LYRA_DEFAULT_contactViewerOrganization="Organization: {value}",LYRA_DEFAULT_contactViewerPhoneLabel="Phone",LYRA_DEFAULT_contactViewerTypeCell="Mobile",LYRA_DEFAULT_contactViewerTypeFax="Fax",LYRA_DEFAULT_contactViewerTypeHome="Home",LYRA_DEFAULT_contactViewerTypeInternet="Internet",LYRA_DEFAULT_contactViewerTypePreferred="Preferred",LYRA_DEFAULT_contactViewerTypeVoice="Voice",LYRA_DEFAULT_contactViewerTypeWork="Work",LYRA_DEFAULT_contactViewerTypedValue="{value} ({types})",LYRA_DEFAULT_contactViewerUnnamedContact="Unnamed contact",LYRA_DEFAULT_contextInspectorCopyLabel="Copy assembled context",LYRA_DEFAULT_contextInspectorEmpty="No context segments",LYRA_DEFAULT_contextInspectorLabel="Context inspector",LYRA_DEFAULT_contextInspectorRedacted="Redacted",LYRA_DEFAULT_contextInspectorSegmentTokens="{tokens} tokens",LYRA_DEFAULT_contextInspectorTruncated="Truncated",LYRA_DEFAULT_contextInspectorTruncatedCount="Truncated \u2014 {count} tokens omitted",LYRA_DEFAULT_contextMeterLabeledSummary="{label}: {summary}",LYRA_DEFAULT_contextMeterSegmentLabel="{label}: {count}",LYRA_DEFAULT_contextMeterUsed="{used} used",LYRA_DEFAULT_contextMeterUsedOfTotal="{used} of {total} used",LYRA_DEFAULT_convertingDocument="Converting document\u2026",LYRA_DEFAULT_copied="Copied!",LYRA_DEFAULT_copiedToClipboard="Copied to clipboard",LYRA_DEFAULT_copy="Copy",LYRA_DEFAULT_copyCode="Copy code",LYRA_DEFAULT_copyDiff="Copy diff",LYRA_DEFAULT_copyFailed="Copy failed",LYRA_DEFAULT_copyJson="Copy JSON to clipboard",LYRA_DEFAULT_cost="Cost",LYRA_DEFAULT_csvViewerLabel="CSV document",LYRA_DEFAULT_csvViewerUnavailable="CSV preview is unavailable.",LYRA_DEFAULT_dashboardCellCollisionRejected="{label} cannot be placed there because it overlaps another cell.",LYRA_DEFAULT_dashboardCellMoved="{label} moved to column {x}, row {y}.",LYRA_DEFAULT_dashboardCellResized="{label} resized to width {w}, height {h}.",LYRA_DEFAULT_dashboardGridLabel="Dashboard grid",LYRA_DEFAULT_dataGridColumnMenu="Options for {label}",LYRA_DEFAULT_dataGridPinEnd="Pin {label} to end",LYRA_DEFAULT_dataGridPinStart="Pin {label} to start",LYRA_DEFAULT_dataGridRowsPerPage="Rows per page",LYRA_DEFAULT_dataGridTreeLimitReached="Additional nested rows were omitted because the data-grid tree limit was reached.",LYRA_DEFAULT_dataGridUnpin="Unpin {label}",LYRA_DEFAULT_datasetViewerCaption="{count} rows",LYRA_DEFAULT_datasetViewerCaptionNamed="{name}: {count} rows",LYRA_DEFAULT_datasetViewerEmpty="This dataset has no rows.",LYRA_DEFAULT_datasetViewerMissingParser='This viewer needs the optional "papaparse" package installed to parse this file.',LYRA_DEFAULT_date="Date",LYRA_DEFAULT_dateInputFutureDisabled="Date cannot be in the future.",LYRA_DEFAULT_dateInputInvalid="Enter a valid date.",LYRA_DEFAULT_dateInputMaxMessage="Date must be on or before {max}.",LYRA_DEFAULT_dateInputMinMessage="Date must be on or after {min}.",LYRA_DEFAULT_dateInputPastDisabled="Date cannot be in the past.",LYRA_DEFAULT_deleteConversation="Delete conversation",LYRA_DEFAULT_deny="Deny",LYRA_DEFAULT_details="Details",LYRA_DEFAULT_diffViewHiddenLines={one:"{count} unchanged line",other:"{count} unchanged lines"},LYRA_DEFAULT_diffViewNewLabel="Modified",LYRA_DEFAULT_diffViewOldLabel="Original",LYRA_DEFAULT_diffViewTooLarge="Diff is too large to display.",LYRA_DEFAULT_dockPanelCollapse="Collapse panel",LYRA_DEFAULT_dockPanelExpand="Expand panel",LYRA_DEFAULT_dockPanelResize="Resize panel",LYRA_DEFAULT_documentCompareLabel="Document comparison",LYRA_DEFAULT_documentCompareNewVersion="New version",LYRA_DEFAULT_documentCompareNoVersion="No version provided.",LYRA_DEFAULT_documentCompareOldVersion="Old version",LYRA_DEFAULT_documentLibraryClearSelection="Clear selection",LYRA_DEFAULT_documentLibraryEmptyHeading="No documents yet",LYRA_DEFAULT_documentLibraryFilterByTag="Filter by tag",LYRA_DEFAULT_documentLibraryFreshnessAging="Aging",LYRA_DEFAULT_documentLibraryFreshnessColumn="Freshness",LYRA_DEFAULT_documentLibraryFreshnessFresh="Fresh",LYRA_DEFAULT_documentLibraryFreshnessStale="Stale",LYRA_DEFAULT_documentLibraryLabel="Document library",LYRA_DEFAULT_documentLibraryNameColumn="Name",LYRA_DEFAULT_documentLibraryNoMatchesHeading="No matching documents",LYRA_DEFAULT_documentLibraryOwnerColumn="Owner",LYRA_DEFAULT_documentLibrarySearchPlaceholder="Search documents",LYRA_DEFAULT_documentLibrarySelectAll="Select all documents",LYRA_DEFAULT_documentLibrarySelectColumn="Select",LYRA_DEFAULT_documentLibrarySelectDocument="Select {name}",LYRA_DEFAULT_documentLibrarySelectedCount="{count} selected",LYRA_DEFAULT_documentLibraryTagsColumn="Tags",LYRA_DEFAULT_documentLibraryTypeColumn="Type",LYRA_DEFAULT_documentLibraryUpdatedColumn="Updated",LYRA_DEFAULT_documentLibraryVersionColumn="Version",LYRA_DEFAULT_documentPreviewAlt="Document preview",LYRA_DEFAULT_documentPreviewEmpty="No {type} to display.",LYRA_DEFAULT_documentPreviewFailedToLoad="Failed to load document.",LYRA_DEFAULT_documentPreviewGenericError="Something went wrong.",LYRA_DEFAULT_documentPreviewGenericFile="this file",LYRA_DEFAULT_documentPreviewNotAvailable="Preview not available for {label}.",LYRA_DEFAULT_documentPreviewResourceTooLarge="This document is too large to preview.",LYRA_DEFAULT_documentPreviewTypeCalendar="calendar",LYRA_DEFAULT_documentPreviewTypeContact="contact",LYRA_DEFAULT_documentPreviewTypeDataset="dataset",LYRA_DEFAULT_documentPreviewTypeDocument="document",LYRA_DEFAULT_documentPreviewTypeEmail="email",LYRA_DEFAULT_documentPreviewTypeImage="image",LYRA_DEFAULT_documentPreviewUrlNotAllowed="Document URL is not allowed.",LYRA_DEFAULT_documentViewerLabel="Document viewer",LYRA_DEFAULT_documentViewerMissingSanitizer='This viewer needs the optional "dompurify" package installed to render safely.',LYRA_DEFAULT_docxViewerLabel="Word document",LYRA_DEFAULT_docxViewerMissingConverter='This viewer needs the optional "mammoth" package installed to convert this document.',LYRA_DEFAULT_download="Download",LYRA_DEFAULT_drilldownDocuments="Documents",LYRA_DEFAULT_drilldownEmpty="No item selected",LYRA_DEFAULT_drilldownRuns="Agent runs",LYRA_DEFAULT_dropzoneRejectedType="This file type is not accepted.",LYRA_DEFAULT_dropzoneReleaseToAdd="Release to add the file.",LYRA_DEFAULT_duration="Duration",LYRA_DEFAULT_durationMilliseconds="{value}ms",LYRA_DEFAULT_durationSeconds="{value}s",LYRA_DEFAULT_ebookViewerLoadError="Failed to load the ebook.",LYRA_DEFAULT_ebookViewerNextChapter="Next chapter",LYRA_DEFAULT_ebookViewerPreviousChapter="Previous chapter",LYRA_DEFAULT_ebookViewerRegionLabel="Ebook content",LYRA_DEFAULT_edit="Edit",LYRA_DEFAULT_editMessage="Edit message",LYRA_DEFAULT_elapsedMinutesSecondsTemplate="{minutes}m {seconds}s",LYRA_DEFAULT_emailViewerAttachments="Attachments",LYRA_DEFAULT_emailViewerDate="Date",LYRA_DEFAULT_emailViewerFrom="From",LYRA_DEFAULT_emailViewerGroupAddress="{name}: {members}",LYRA_DEFAULT_emailViewerHideQuoted="Hide quoted text",LYRA_DEFAULT_emailViewerLabel="Email viewer",LYRA_DEFAULT_emailViewerMissingParser='This viewer needs the optional "postal-mime" package installed to parse this message.',LYRA_DEFAULT_emailViewerNoSubject="(no subject)",LYRA_DEFAULT_emailViewerOpenAttachment="Open {filename}",LYRA_DEFAULT_emailViewerShowQuoted="Show quoted text",LYRA_DEFAULT_emailViewerSubject="Subject",LYRA_DEFAULT_emailViewerTo="To",LYRA_DEFAULT_embeddingExplorerEmpty="No embedding points",LYRA_DEFAULT_embeddingExplorerLabel="Embedding explorer",LYRA_DEFAULT_embeddingExplorerPoint="{label}, embedding point {index}",LYRA_DEFAULT_emojiPickerEmpty="No emoji found",LYRA_DEFAULT_emojiPickerGridLabel="Emoji",LYRA_DEFAULT_emojiPickerGroupActivities="Activities",LYRA_DEFAULT_emojiPickerGroupAnimalsNature="Animals & Nature",LYRA_DEFAULT_emojiPickerGroupComponent="Component",LYRA_DEFAULT_emojiPickerGroupFlags="Flags",LYRA_DEFAULT_emojiPickerGroupFoodDrink="Food & Drink",LYRA_DEFAULT_emojiPickerGroupObjects="Objects",LYRA_DEFAULT_emojiPickerGroupPeopleBody="People & Body",LYRA_DEFAULT_emojiPickerGroupSmileysEmotion="Smileys & Emotion",LYRA_DEFAULT_emojiPickerGroupSymbols="Symbols",LYRA_DEFAULT_emojiPickerGroupTravelPlaces="Travel & Places",LYRA_DEFAULT_emojiPickerLoadError="Could not load emoji.",LYRA_DEFAULT_emojiPickerSearchLabel="Search emoji",LYRA_DEFAULT_entityChipWithType="{label}, {type}",LYRA_DEFAULT_entityCommunity="Community",LYRA_DEFAULT_entityDegree="Connections",LYRA_DEFAULT_envListCopy="Copy {name}",LYRA_DEFAULT_envListHide="Hide {name}",LYRA_DEFAULT_envListLabel="Environment variables",LYRA_DEFAULT_envListReveal="Reveal {name}",LYRA_DEFAULT_envListValueHidden="Value hidden",LYRA_DEFAULT_evalDatasetAddExample="Add example",LYRA_DEFAULT_evalDatasetColumnExpectedOutput="Expected output",LYRA_DEFAULT_evalDatasetColumnInput="Input",LYRA_DEFAULT_evalDatasetColumnTags="Tags",LYRA_DEFAULT_evalDatasetEmpty="No examples yet.",LYRA_DEFAULT_evalDatasetImportLabel="Import examples",LYRA_DEFAULT_evalDatasetLabel="Evaluation examples",LYRA_DEFAULT_evalDatasetNoMatches="No examples match the current filters.",LYRA_DEFAULT_evalDatasetRemoveExample="Remove example",LYRA_DEFAULT_evalDatasetSearchLabel="Search examples",LYRA_DEFAULT_evalDatasetTagFilterLabel="Filter by tag",LYRA_DEFAULT_evaluationDashboardLabel="Evaluation dashboard",LYRA_DEFAULT_evaluationDashboardNoRuns="No evaluation runs yet",LYRA_DEFAULT_evaluationDashboardRunsLabel="Evaluation runs",LYRA_DEFAULT_evaluationRunExampleCancelledAnnounce="{label} cancelled",LYRA_DEFAULT_evaluationRunExampleCompletedAnnounce="{label} completed",LYRA_DEFAULT_evaluationRunExampleFailedAnnounce="{label} failed",LYRA_DEFAULT_evaluationRunExampleLabel="Example {index}",LYRA_DEFAULT_evaluationRunExampleStartedAnnounce="{label} started",LYRA_DEFAULT_evaluationRunExampleWaitingApprovalAnnounce="{label} needs approval",LYRA_DEFAULT_evaluationRunExampleWaitingInputAnnounce="{label} needs input",LYRA_DEFAULT_evaluationRunFailedCount="{count} failed",LYRA_DEFAULT_evaluationRunGroundingHeading="Grounding",LYRA_DEFAULT_evaluationRunInputHeading="Input",LYRA_DEFAULT_evaluationRunLabel="Evaluation run",LYRA_DEFAULT_evaluationRunOutputHeading="Output",LYRA_DEFAULT_evaluationRunProgressLabel="Evaluation batch progress",LYRA_DEFAULT_evaluationRunProgressSummary="{completed} of {total} examples complete",LYRA_DEFAULT_evaluationRunRunningCount="{count} running",LYRA_DEFAULT_evaluationRunStatusCancelled="Cancelled",LYRA_DEFAULT_evaluationRunStatusIdle="Idle",LYRA_DEFAULT_evaluationRunStatusWaitingApproval="Waiting for approval",LYRA_DEFAULT_evaluationRunStatusWaitingInput="Waiting for input",LYRA_DEFAULT_evaluationRunToolTraceHeading="Tool trace",LYRA_DEFAULT_expand="Expand",LYRA_DEFAULT_expandCode="Expand code",LYRA_DEFAULT_expandMessage="Expand message",LYRA_DEFAULT_exportButtonLabel="Export",LYRA_DEFAULT_exportFormatMenuLabel="{label} format",LYRA_DEFAULT_feedbackCommentLabel="Add a comment",LYRA_DEFAULT_feedbackCommentPlaceholder="Add more detail (optional)",LYRA_DEFAULT_feedbackNegative="Bad response",LYRA_DEFAULT_feedbackPositive="Good response",LYRA_DEFAULT_feedbackReasonsLabel="Choose a reason",LYRA_DEFAULT_feedbackSubmit="Submit feedback",LYRA_DEFAULT_feedbackSubmitted="Feedback submitted",LYRA_DEFAULT_fieldMustBeBoolean="Must be a boolean.",LYRA_DEFAULT_fieldMustBeInteger="Must be a whole number.",LYRA_DEFAULT_fieldMustBeNumber="Must be a finite number.",LYRA_DEFAULT_fieldMustBeOneOf="Must be one of: {values}.",LYRA_DEFAULT_fieldMustBeString="Must be a string.",LYRA_DEFAULT_fieldMustEqual="Must equal {value}.",LYRA_DEFAULT_fieldRequired="This field is required.",LYRA_DEFAULT_fileInputAcceptedMany="{count} files added.",LYRA_DEFAULT_fileInputAcceptedOne="{count} file added.",LYRA_DEFAULT_fileInputDefaultLabel="Drop files here or click to browse",LYRA_DEFAULT_fileInputFolderRejected="Folders are not accepted here.",LYRA_DEFAULT_fileInputRejectedCount="{filename}: only one file can be selected at a time.",LYRA_DEFAULT_fileInputRejectedLimit="{filename}: the folder contains too many entries.",LYRA_DEFAULT_fileInputRejectedMany="{count} files rejected.",LYRA_DEFAULT_fileInputRejectedOne="{count} file rejected.",LYRA_DEFAULT_fileInputRejectedRead="{filename}: the file could not be read.",LYRA_DEFAULT_fileInputRejectedSize="{filename}: this file is too large.",LYRA_DEFAULT_fileInputRejectedType="{filename}: this file type is not accepted.",LYRA_DEFAULT_fileSizeUnitB="B",LYRA_DEFAULT_fileSizeUnitGb="GB",LYRA_DEFAULT_fileSizeUnitKb="KB",LYRA_DEFAULT_fileSizeUnitMb="MB",LYRA_DEFAULT_fileSizeUnitTb="TB",LYRA_DEFAULT_fileTreeDiffSummary="+{additions} -{deletions}",LYRA_DEFAULT_fileTreeLabel="Files",LYRA_DEFAULT_fileTypeArchive="Archive",LYRA_DEFAULT_fileTypeAudio="Audio",LYRA_DEFAULT_fileTypeCode="Code file",LYRA_DEFAULT_fileTypeFile="File",LYRA_DEFAULT_fileTypeImage="Image",LYRA_DEFAULT_fileTypePdf="PDF",LYRA_DEFAULT_fileTypePresentation="Presentation",LYRA_DEFAULT_fileTypeSpreadsheet="Spreadsheet",LYRA_DEFAULT_fileTypeText="Text file",LYRA_DEFAULT_fileTypeVideo="Video",LYRA_DEFAULT_fileTypeWithSize="{label} ({size})",LYRA_DEFAULT_fileTypeWord="Word document",LYRA_DEFAULT_filterBarActiveFilters="Active filters",LYRA_DEFAULT_filterBarReset="Reset filters",LYRA_DEFAULT_flagLoadError="Flag unavailable",LYRA_DEFAULT_flowCanvasLabel="Workflow canvas",LYRA_DEFAULT_flowCanvasLayoutLimit="Some edge-ordering detail was omitted because the flow layout work limit was reached.",LYRA_DEFAULT_flowCanvasSummary="Workflow with {nodeCount} nodes and {edgeCount} edges",LYRA_DEFAULT_flowConnectCancelled="Connection cancelled",LYRA_DEFAULT_flowConnectCommitted="Connected {source} to {target}",LYRA_DEFAULT_flowConnectStarted="Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",LYRA_DEFAULT_flowConnectTarget="Connecting {source} to {target} ({index} of {total})",LYRA_DEFAULT_flowControlsLabel="Canvas controls",LYRA_DEFAULT_flowEdge="Edge from {source} to {target}",LYRA_DEFAULT_flowEdgeList="Workflow edges",LYRA_DEFAULT_flowEdgeWithLabel="{label}, edge from {source} to {target}",LYRA_DEFAULT_flowInputHandle="Input {id}",LYRA_DEFAULT_flowItemAnnouncement="{item} ({index} of {total})",LYRA_DEFAULT_flowLockCanvas="Lock canvas",LYRA_DEFAULT_flowMinimapInstructions="Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",LYRA_DEFAULT_flowMinimapLabel="Workflow overview",LYRA_DEFAULT_flowMinimapViewport="Visible area",LYRA_DEFAULT_flowMinimapViewportChanged="Position {x}, {y}. Zoom {zoom}.",LYRA_DEFAULT_flowNode="Node {label}",LYRA_DEFAULT_flowNodeDeselected="{label} deselected",LYRA_DEFAULT_flowNodeMoved="Moved {label} to {x}, {y}",LYRA_DEFAULT_flowNodeSelected="{label} selected",LYRA_DEFAULT_flowOutputHandle="Output {id}",LYRA_DEFAULT_flowRunStatusCount="{status}: {count}",LYRA_DEFAULT_flowRunStatusLabel="Run status",LYRA_DEFAULT_flowRunStepStatus="{label}: {status}",LYRA_DEFAULT_flowRunSummary="{done} of {total} steps complete",LYRA_DEFAULT_flowSelectionCleared="Selection cleared",LYRA_DEFAULT_flowStatusWithDetail="{status} \u2014 {detail}",LYRA_DEFAULT_flowStatusWithDuration="{status} ({duration})",LYRA_DEFAULT_focusInGraph="Focus in graph",LYRA_DEFAULT_gaugeLabel="Gauge",LYRA_DEFAULT_gaugeValueLabel="{label}: {value}",LYRA_DEFAULT_generationStatusElapsedSeconds="{seconds}s",LYRA_DEFAULT_generationStatusThroughput="{rate} tok/s",LYRA_DEFAULT_generationStatusTokenCount="{count} token",LYRA_DEFAULT_generationStatusTokensCount="{count} tokens",LYRA_DEFAULT_geojsonViewFeatureCount={one:"{count} feature",other:"{count} features"},LYRA_DEFAULT_geojsonViewInvalid="This file is not valid GeoJSON.",LYRA_DEFAULT_geojsonViewLabel="Map",LYRA_DEFAULT_geojsonViewMissingMapLibrary="Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",LYRA_DEFAULT_gitStatusAdded="Added",LYRA_DEFAULT_gitStatusConflicted="Conflicted",LYRA_DEFAULT_gitStatusDeleted="Deleted",LYRA_DEFAULT_gitStatusIgnored="Ignored",LYRA_DEFAULT_gitStatusModified="Modified",LYRA_DEFAULT_gitStatusRenamed="Renamed",LYRA_DEFAULT_gitStatusUntracked="Untracked",LYRA_DEFAULT_graphCommunity="Community {label}, {count} nodes",LYRA_DEFAULT_graphDataList="Graph data",LYRA_DEFAULT_graphDiagram="Node-link diagram with {nodeCount} nodes and {linkCount} links",LYRA_DEFAULT_graphExpandableItem="{item}, expandable",LYRA_DEFAULT_graphExplorerFindPath="Find path",LYRA_DEFAULT_graphExplorerLabel="Knowledge graph explorer",LYRA_DEFAULT_graphExplorerPin="Pin",LYRA_DEFAULT_graphExplorerPinned="{label} pinned",LYRA_DEFAULT_graphExplorerPinnedHeading="Pinned",LYRA_DEFAULT_graphExplorerSearchPlaceholder="Search entities\u2026",LYRA_DEFAULT_graphExplorerSearchResultsLabel="Search results",LYRA_DEFAULT_graphExplorerUnpin="Unpin",LYRA_DEFAULT_graphExplorerUnpinned="{label} unpinned",LYRA_DEFAULT_graphItemAnnouncement="{item} ({index} of {total})",LYRA_DEFAULT_graphLegendLabel="Graph legend",LYRA_DEFAULT_graphLink="Link from {source} to {target}",LYRA_DEFAULT_graphMissingLibrary='This component needs the optional "d3" package installed to render the graph.',LYRA_DEFAULT_graphNode="Node {label}",LYRA_DEFAULT_graphNodeFocused="Centered on {label}",LYRA_DEFAULT_graphNodesHidden="{hidden} of {total} nodes hidden",LYRA_DEFAULT_graphQueryBuilderLabel="Graph query builder",LYRA_DEFAULT_graphQueryDeleteWithContext="Delete {name}",LYRA_DEFAULT_graphQueryDirectionLabel="Direction",LYRA_DEFAULT_graphQueryEndLabel="End entity",LYRA_DEFAULT_graphQueryHopRangeInvalid="Maximum hops must be at least the minimum.",LYRA_DEFAULT_graphQueryLoadWithContext="Load {name}",LYRA_DEFAULT_graphQueryMaxHopsLabel="Maximum hops",LYRA_DEFAULT_graphQueryMinHopsLabel="Minimum hops",LYRA_DEFAULT_graphQueryNodeTypeLabel="Node type",LYRA_DEFAULT_graphQueryRelationshipTypeLabel="Relationship type",LYRA_DEFAULT_graphQueryRun="Run query",LYRA_DEFAULT_graphQuerySaveButton="Save query",LYRA_DEFAULT_graphQuerySaveNameLabel="Query name",LYRA_DEFAULT_graphQuerySavedQueriesLabel="Saved queries",LYRA_DEFAULT_graphQueryStartLabel="Start entity",LYRA_DEFAULT_graphSelectionCount="{count} selected",LYRA_DEFAULT_graphTypedNode="{label} ({type})",LYRA_DEFAULT_groundingSummaryConfidenceLabel="Confidence",LYRA_DEFAULT_groundingSummaryCoverageLabel="Citation coverage",LYRA_DEFAULT_groundingSummaryEmpty="No grounding assessment available",LYRA_DEFAULT_groundingSummaryEvidenceHeading="Evidence",LYRA_DEFAULT_groundingSummaryEvidenceSpan="Characters {start}\u2013{end}",LYRA_DEFAULT_groundingSummaryLabel="Grounding summary",LYRA_DEFAULT_groundingSummarySupportedLabel="Supported claims",LYRA_DEFAULT_groundingSummaryUnsupportedLabel="Unsupported claims",LYRA_DEFAULT_groundingSummaryWarningsHeading="Warnings",LYRA_DEFAULT_handoffFromToAgent="Transferred from {from} to {to}",LYRA_DEFAULT_handoffLabel="Agent handoff",LYRA_DEFAULT_handoffToAgent="Transferred to {agent}",LYRA_DEFAULT_heatmapCalendarCellLabel="{date}: {value}",LYRA_DEFAULT_heatmapCalendarLabel="Calendar heatmap of {days} days, {label} range {range}",LYRA_DEFAULT_heatmapDecorationLimit="Only the first {count} heatmap colors, legend stops, and annotations are shown.",LYRA_DEFAULT_heatmapDefaultColLabel="col {n}",LYRA_DEFAULT_heatmapDefaultRowLabel="row {n}",LYRA_DEFAULT_heatmapMatrixCellLabel="Row {row}, Col {col}: {value}",LYRA_DEFAULT_heatmapMatrixLabel="Heatmap of {rows} \xD7 {cols} cells, {label} range {range}",LYRA_DEFAULT_heatmapNoDataValue="no data",LYRA_DEFAULT_heatmapProjectionLimit="Only the first {count} heatmap cells are shown.",LYRA_DEFAULT_heatmapSelectedCellLabel="Selected: {cell}.",LYRA_DEFAULT_heatmapValueLabel="value",LYRA_DEFAULT_hidePassword="Hide password",LYRA_DEFAULT_highlightLayerLabel="Highlights",LYRA_DEFAULT_highlightOfTotal="Highlight {index} of {total}",LYRA_DEFAULT_highlightWithLabel="Highlight: {label}",LYRA_DEFAULT_histogramFrequency="Frequency",LYRA_DEFAULT_htmlViewerLabel="HTML document",LYRA_DEFAULT_iconButtonLabel="Button",LYRA_DEFAULT_iconLoadError="The icon failed to load.",LYRA_DEFAULT_iconSanitizerMissing='This icon needs the optional "dompurify" package installed to render safely.',LYRA_DEFAULT_iconTooLarge="The icon file is too large to display.",LYRA_DEFAULT_imageComparerLabel="Image comparison",LYRA_DEFAULT_imageViewerAnnotate="Annotate",LYRA_DEFAULT_imageViewerAnnotationAdded="Region added.",LYRA_DEFAULT_imageViewerAnnotationBoxPosition="Region at {x} percent, {y} percent, {width} by {height} percent.",LYRA_DEFAULT_imageViewerAnnotationCancelled="Region cancelled.",LYRA_DEFAULT_imageViewerAnnotationHint="Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",LYRA_DEFAULT_imageViewerFailedToLoad="The image failed to load.",LYRA_DEFAULT_imageViewerFitActual="Actual size",LYRA_DEFAULT_imageViewerFitContain="Fit image",LYRA_DEFAULT_imageViewerFitLabel="Fit",LYRA_DEFAULT_imageViewerFitWidth="Fit width",LYRA_DEFAULT_imageViewerHighlightsLabel="Highlighted regions",LYRA_DEFAULT_imageViewerLabel="Image viewer",LYRA_DEFAULT_imageViewerRotate="Rotate",LYRA_DEFAULT_imageViewerUnlabeledHighlight="Highlight {index}",LYRA_DEFAULT_ingestionAttemptCount="Attempt {count}",LYRA_DEFAULT_ingestionCancelWithContext="Cancel {label}",LYRA_DEFAULT_ingestionChunkCount={one:"{count} chunk",other:"{count} chunks"},LYRA_DEFAULT_ingestionEmbeddedOfTotal="{embedded} of {total} chunks embedded",LYRA_DEFAULT_ingestionItemProgressLabel="{name} \u2014 {stage}",LYRA_DEFAULT_ingestionQueueEmpty="No documents queued",LYRA_DEFAULT_ingestionQueueLabel="Ingestion queue",LYRA_DEFAULT_ingestionRetryWithContext="Retry {label}",LYRA_DEFAULT_ingestionStageCancelled="Cancelled",LYRA_DEFAULT_ingestionStageChunking="Chunking",LYRA_DEFAULT_ingestionStageDone="Done",LYRA_DEFAULT_ingestionStageEmbedding="Embedding",LYRA_DEFAULT_ingestionStageExtracting="Extracting text",LYRA_DEFAULT_ingestionStageFailed="Failed",LYRA_DEFAULT_ingestionStageIndexing="Indexing",LYRA_DEFAULT_ingestionStageQueued="Queued",LYRA_DEFAULT_ingestionStageUploading="Uploading",LYRA_DEFAULT_inputLabel="Text",LYRA_DEFAULT_invalidJson="Invalid JSON.",LYRA_DEFAULT_item="item",LYRA_DEFAULT_items="items",LYRA_DEFAULT_jsonArray="array",LYRA_DEFAULT_jsonCollapseLabel="Collapse {label}",LYRA_DEFAULT_jsonCopyLabel="Copy {label}",LYRA_DEFAULT_jsonExpandLabel="Expand {label}",LYRA_DEFAULT_jsonItemCount={one:"{count} item",other:"{count} items"},LYRA_DEFAULT_jsonKeyCount={one:"{count} key",other:"{count} keys"},LYRA_DEFAULT_jsonObject="object",LYRA_DEFAULT_jsonValue="value",LYRA_DEFAULT_jsonViewerLimit="Only the first {count} JSON nodes and {depth} nesting levels are shown and searched.",LYRA_DEFAULT_jumpToLatest="Jump to latest",LYRA_DEFAULT_kbdAltWord="Alt",LYRA_DEFAULT_kbdArrowDownWord="Arrow Down",LYRA_DEFAULT_kbdArrowLeftWord="Arrow Left",LYRA_DEFAULT_kbdArrowRightWord="Arrow Right",LYRA_DEFAULT_kbdArrowUpWord="Arrow Up",LYRA_DEFAULT_kbdBackspaceWord="Backspace",LYRA_DEFAULT_kbdCommandWord="Command",LYRA_DEFAULT_kbdControlVisual="Ctrl",LYRA_DEFAULT_kbdControlWord="Control",LYRA_DEFAULT_kbdDeleteVisual="Del",LYRA_DEFAULT_kbdDeleteWord="Delete",LYRA_DEFAULT_kbdEndWord="End",LYRA_DEFAULT_kbdEnterWord="Enter",LYRA_DEFAULT_kbdEscapeVisual="Esc",LYRA_DEFAULT_kbdEscapeWord="Escape",LYRA_DEFAULT_kbdHomeWord="Home",LYRA_DEFAULT_kbdMinusWord="Minus",LYRA_DEFAULT_kbdOptionWord="Option",LYRA_DEFAULT_kbdPageDownVisual="PgDn",LYRA_DEFAULT_kbdPageDownWord="Page Down",LYRA_DEFAULT_kbdPageUpVisual="PgUp",LYRA_DEFAULT_kbdPageUpWord="Page Up",LYRA_DEFAULT_kbdPlusWord="Plus",LYRA_DEFAULT_kbdShiftWord="Shift",LYRA_DEFAULT_kbdSpaceWord="Space",LYRA_DEFAULT_kbdTabWord="Tab",LYRA_DEFAULT_knowledgeBaseActionsColumn="Actions",LYRA_DEFAULT_knowledgeBaseAdminIngestionTab="Ingestion",LYRA_DEFAULT_knowledgeBaseAdminLabel="Knowledge base administration",LYRA_DEFAULT_knowledgeBaseAdminSourcesTab="Sources",LYRA_DEFAULT_knowledgeBaseCreateSource="Add source",LYRA_DEFAULT_knowledgeBaseDeleteAction="Delete source",LYRA_DEFAULT_knowledgeBaseDocumentCount="{count} indexed",LYRA_DEFAULT_knowledgeBaseEmptyDescription="Add a source to start indexing content.",LYRA_DEFAULT_knowledgeBaseEmptyHeading="No knowledge sources yet",LYRA_DEFAULT_knowledgeBaseHeading="Knowledge base",LYRA_DEFAULT_knowledgeBaseHealthColumn="Indexing health",LYRA_DEFAULT_knowledgeBaseHealthDegraded="Degraded",LYRA_DEFAULT_knowledgeBaseHealthFailed="Failed",LYRA_DEFAULT_knowledgeBaseHealthHealthy="Healthy",LYRA_DEFAULT_knowledgeBaseHealthUnknown="Unknown",LYRA_DEFAULT_knowledgeBaseNameColumn="Source",LYRA_DEFAULT_knowledgeBaseNeedsAttention="Needs attention",LYRA_DEFAULT_knowledgeBaseNeverSynced="Never synced",LYRA_DEFAULT_knowledgeBasePauseAction="Pause sync",LYRA_DEFAULT_knowledgeBasePermissionColumn="Permission",LYRA_DEFAULT_knowledgeBasePermissionEditor="Editor",LYRA_DEFAULT_knowledgeBasePermissionOwner="Owner",LYRA_DEFAULT_knowledgeBasePermissionRestricted="Restricted",LYRA_DEFAULT_knowledgeBasePermissionViewer="Viewer",LYRA_DEFAULT_knowledgeBaseRowActionsLabel="Actions for {name}",LYRA_DEFAULT_knowledgeBaseSyncAction="Sync now",LYRA_DEFAULT_knowledgeBaseSyncColumn="Sync status",LYRA_DEFAULT_knowledgeBaseSyncError="Error",LYRA_DEFAULT_knowledgeBaseSyncIdle="Idle",LYRA_DEFAULT_knowledgeBaseSyncPaused="Paused",LYRA_DEFAULT_knowledgeBaseSyncSynced="Synced",LYRA_DEFAULT_knowledgeBaseSyncSyncing="Syncing",LYRA_DEFAULT_knowledgeBaseSyncedSources="Synced",LYRA_DEFAULT_knowledgeBaseSyncingSources="Syncing",LYRA_DEFAULT_knowledgeBaseTotalSources="Sources",LYRA_DEFAULT_knownDateDay="Day",LYRA_DEFAULT_knownDateMonth="Month",LYRA_DEFAULT_knownDateYear="Year",LYRA_DEFAULT_legendTypeHidden="{label} hidden",LYRA_DEFAULT_legendTypeShown="{label} shown",LYRA_DEFAULT_lightboxImagePosition="Image {index} of {total}",LYRA_DEFAULT_lightboxLabel="Image viewer",LYRA_DEFAULT_liteChartBarLabel="{series}, {label}: {value}",LYRA_DEFAULT_liteChartCustomMarkSummary="{content} ({index} of {total})",LYRA_DEFAULT_liteChartMarkSummary="{series}, {label}: {value} ({index} of {total})",LYRA_DEFAULT_loadMore="Load more",LYRA_DEFAULT_loading="Loading\u2026",LYRA_DEFAULT_loadingDocument="Loading document\u2026",LYRA_DEFAULT_localePickerLabel="Language",LYRA_DEFAULT_localePickerRequired="Please choose a language.",LYRA_DEFAULT_map="Map",LYRA_DEFAULT_mapInitializationFailed="The map could not be initialized.",LYRA_DEFAULT_mapLegend="Map legend",LYRA_DEFAULT_mapMissingLibrary='This component needs the optional "maplibre-gl" package installed to render the map.',LYRA_DEFAULT_mapStyleRequired="Provide a map style to render the map.",LYRA_DEFAULT_mapWebglUnavailable="This browser cannot provide the graphics support needed to render the map.",LYRA_DEFAULT_maximize="Maximize",LYRA_DEFAULT_mcpAppLabel="Interactive app",LYRA_DEFAULT_mcpAppLoading="Loading interactive app\u2026",LYRA_DEFAULT_mcpAppUnavailable="This interactive app could not be loaded.",LYRA_DEFAULT_mediaCardImageAttachment="Image attachment",LYRA_DEFAULT_mediaCardOpenFileAttachment="Open file attachment",LYRA_DEFAULT_mediaCardOpenImageAttachment="Open image attachment",LYRA_DEFAULT_mediaCardOpenName="Open {name}",LYRA_DEFAULT_mediaCardOpenVideoAttachment="Open video attachment",LYRA_DEFAULT_mediaCardUntitledFile="Untitled file",LYRA_DEFAULT_mediaCardVideoAttachment="Video attachment",LYRA_DEFAULT_memoryPanelAdd="Add to long-term memory",LYRA_DEFAULT_memoryPanelAddWithContext='Add "{label}" to long-term memory',LYRA_DEFAULT_memoryPanelConfirmAddHeading="Add this to long-term memory?",LYRA_DEFAULT_memoryPanelConfirmForgetBody="This permanently forgets all {count} long-term memories.",LYRA_DEFAULT_memoryPanelConfirmForgetHeading="Forget all long-term memories?",LYRA_DEFAULT_memoryPanelConfirmRemoveHeading="Remove this item?",LYRA_DEFAULT_memoryPanelForgetAll="Forget all",LYRA_DEFAULT_memoryPanelLabel="Memory",LYRA_DEFAULT_memoryPanelLongTermHeading="Long-term memories",LYRA_DEFAULT_memoryPanelShortTermHeading="Short-term context",LYRA_DEFAULT_mentionSuggestions="Suggestions",LYRA_DEFAULT_menuLabel="Menu",LYRA_DEFAULT_messageActionsLabel="Message actions",LYRA_DEFAULT_messagePartError="Part failed",LYRA_DEFAULT_messagePartRetry="Retry this part",LYRA_DEFAULT_messagePartsLabel="Message content",LYRA_DEFAULT_mindMapCollapsed="{label} collapsed",LYRA_DEFAULT_mindMapExpanded="{label} expanded",LYRA_DEFAULT_mindMapLabel="Mind map",LYRA_DEFAULT_mindMapLeafStatus="{label}, level {level}",LYRA_DEFAULT_mindMapTopicStatus="{label}, level {level}, {count} subtopics",LYRA_DEFAULT_model="Model",LYRA_DEFAULT_modelSelectNoModels="No models",LYRA_DEFAULT_modelSelectRequired="Please choose a model.",LYRA_DEFAULT_moveDown="Move down",LYRA_DEFAULT_moveUp="Move up",LYRA_DEFAULT_navigation="Navigation",LYRA_DEFAULT_neighborDirectionBoth="Bidirectional",LYRA_DEFAULT_neighborDirectionIn="Incoming",LYRA_DEFAULT_neighborDirectionOut="Outgoing",LYRA_DEFAULT_neighborExpand="Expand {label} in graph",LYRA_DEFAULT_neighborGroupHeader="{relation} ({count})",LYRA_DEFAULT_neighborListEmpty="No relationships",LYRA_DEFAULT_neighborListLabel="Relationships",LYRA_DEFAULT_neighborRowLabel="{label}, {relation}, {direction}",LYRA_DEFAULT_newMessageCount="{count} new message",LYRA_DEFAULT_newMessages="New messages",LYRA_DEFAULT_newMessagesCount="{count} new messages",LYRA_DEFAULT_next="Next",LYRA_DEFAULT_nextMonth="Next month",LYRA_DEFAULT_noColumns="No columns configured",LYRA_DEFAULT_noData="No data",LYRA_DEFAULT_noMatches="No matches",LYRA_DEFAULT_noMatchesQuery='No tools match "{query}".',LYRA_DEFAULT_nodePaletteDragHint="Drag to the canvas, or press Enter to place",LYRA_DEFAULT_nodePaletteEmpty="No matching nodes.",LYRA_DEFAULT_nodePaletteLabel="Node palette",LYRA_DEFAULT_nodePalettePlaceholder="Search nodes\u2026",LYRA_DEFAULT_nodePaletteResultCount={one:"{count} item",other:"{count} items"},LYRA_DEFAULT_notInCatalog="not in catalog",LYRA_DEFAULT_notebookViewerCodeCell="Code cell {index}",LYRA_DEFAULT_notebookViewerCollapseOutput="Collapse output",LYRA_DEFAULT_notebookViewerErrorOutput="Error",LYRA_DEFAULT_notebookViewerInPrompt="In [{count}]",LYRA_DEFAULT_notebookViewerInPromptEmpty="In [ ]",LYRA_DEFAULT_notebookViewerInvalid="This file is not a valid Jupyter notebook.",LYRA_DEFAULT_notebookViewerLabel="Notebook viewer",LYRA_DEFAULT_notebookViewerMarkdownCell="Markdown cell {index}",LYRA_DEFAULT_notebookViewerRawCell="Raw cell {index}",LYRA_DEFAULT_notebookViewerShowAllOutput="Show all output",LYRA_DEFAULT_notebookViewerTooManyCells="This notebook has too many cells to display.",LYRA_DEFAULT_notebookViewerUnrenderedOutput="This output type cannot be displayed.",LYRA_DEFAULT_notebookViewerUnsupportedVersion="Notebook format {version} is not supported.",LYRA_DEFAULT_numberInputDecrease="Decrease",LYRA_DEFAULT_numberInputIncrease="Increase",LYRA_DEFAULT_open="Open",LYRA_DEFAULT_openCalendar="Open calendar",LYRA_DEFAULT_openNavigation="Open navigation",LYRA_DEFAULT_otherCategory="Other",LYRA_DEFAULT_otpInputIncomplete="Enter all {total} characters.",LYRA_DEFAULT_otpInputLabel="Verification code",LYRA_DEFAULT_pageRailLabel="Page thumbnails",LYRA_DEFAULT_pageRailPage="Page {page}",LYRA_DEFAULT_pageRailPageHighlighted={one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},LYRA_DEFAULT_paginationApplied="Page {page} of {totalPages}",LYRA_DEFAULT_paginationEmptySummary="{total} {itemLabel}",LYRA_DEFAULT_paginationFirstPage="First page",LYRA_DEFAULT_paginationJumpToPage="Jump to page {page}",LYRA_DEFAULT_paginationLabel="Pagination",LYRA_DEFAULT_paginationLastPage="Last page",LYRA_DEFAULT_paginationPage="Page",LYRA_DEFAULT_paginationSummary="{start}\u2013{end} of {total} {itemLabel}",LYRA_DEFAULT_pathNodeStatus="{label}, node {position} of {total}",LYRA_DEFAULT_pathRelationStatus="{relation}, relation",LYRA_DEFAULT_pathStripLabel="Path",LYRA_DEFAULT_pause="Pause",LYRA_DEFAULT_pauseWithContext="Pause {name}",LYRA_DEFAULT_pdfViewerCurrentZoom="{percent}%",LYRA_DEFAULT_pdfViewerLabel="PDF document",LYRA_DEFAULT_pdfViewerMissingLibrary='This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',LYRA_DEFAULT_pdfViewerNextPage="Next page",LYRA_DEFAULT_pdfViewerPageOf="Page {page} of {total}",LYRA_DEFAULT_pdfViewerPreviousPage="Previous page",LYRA_DEFAULT_pdfViewerZoomIn="Zoom in",LYRA_DEFAULT_pdfViewerZoomOut="Zoom out",LYRA_DEFAULT_phoneInputIncomplete="This phone number is incomplete.",LYRA_DEFAULT_phoneInputLabel="Phone",LYRA_DEFAULT_pinConversation="Pin conversation",LYRA_DEFAULT_play="Play",LYRA_DEFAULT_playWithContext="Play {name}",LYRA_DEFAULT_playbackPosition="Playback position",LYRA_DEFAULT_playbackStepPosition="Step {index} of {total}",LYRA_DEFAULT_policySummaryAllowCount="{count} allowed",LYRA_DEFAULT_policySummaryCategoryGuardrail="Guardrail",LYRA_DEFAULT_policySummaryCategoryPermission="Permission",LYRA_DEFAULT_policySummaryCategoryPrivacy="Privacy",LYRA_DEFAULT_policySummaryCategoryTool="Tool",LYRA_DEFAULT_policySummaryDenyCount="{count} denied",LYRA_DEFAULT_policySummaryDetailLabel="More detail",LYRA_DEFAULT_policySummaryLabel="Policy decisions",LYRA_DEFAULT_policySummaryNeedsReviewCount="{count} needs review",LYRA_DEFAULT_policySummaryStateAllow="Allow",LYRA_DEFAULT_policySummaryStateDeny="Deny",LYRA_DEFAULT_policySummaryStateNeedsReview="Needs review",LYRA_DEFAULT_pollInactive="Inactive",LYRA_DEFAULT_pollPause="Pause",LYRA_DEFAULT_pollPaused="Paused",LYRA_DEFAULT_pollPausedAnnounce="Paused.",LYRA_DEFAULT_pollRefreshing="Refreshing\u2026",LYRA_DEFAULT_pollRefreshingAnnounce="Refreshing now.",LYRA_DEFAULT_pollResume="Resume",LYRA_DEFAULT_pollResumedAnnounce="Resumed.",LYRA_DEFAULT_popover="Popover",LYRA_DEFAULT_pptxViewerFidelityNotice="Some slide content may not display.",LYRA_DEFAULT_pptxViewerLabel="Presentation viewer",LYRA_DEFAULT_pptxViewerNextSlide="Next slide",LYRA_DEFAULT_pptxViewerPreviousSlide="Previous slide",LYRA_DEFAULT_pptxViewerRenderError="Failed to render this presentation.",LYRA_DEFAULT_pptxViewerSlideOf="Slide {current} of {total}",LYRA_DEFAULT_previous="Previous",LYRA_DEFAULT_previousMonth="Previous month",LYRA_DEFAULT_progress="Progress",LYRA_DEFAULT_promptInputAttachments="Attachments",LYRA_DEFAULT_promptInputControls="Prompt options",LYRA_DEFAULT_promptInputLabel="AI prompt",LYRA_DEFAULT_promptInputSources="Sources",LYRA_DEFAULT_promptQueueActionLabel="{action}, queued prompt {index}",LYRA_DEFAULT_promptQueueEmpty="No prompts queued",LYRA_DEFAULT_promptQueueItemLabel="Queued prompt {index}",LYRA_DEFAULT_promptQueueLabel="Queued prompts",LYRA_DEFAULT_promptQueueSendNow="Send now",LYRA_DEFAULT_promptStudioAddMessage="Add message",LYRA_DEFAULT_promptStudioLabel="Prompt studio",LYRA_DEFAULT_promptStudioMessageContent="Message {index} content ({role})",LYRA_DEFAULT_promptStudioMessageRole="Message {index} role ({role})",LYRA_DEFAULT_promptStudioMessages="Prompt messages",LYRA_DEFAULT_promptStudioPreview="Resolved preview",LYRA_DEFAULT_promptStudioRemoveMessage="Remove message",LYRA_DEFAULT_promptStudioRoleAssistant="Assistant",LYRA_DEFAULT_promptStudioRoleSystem="System",LYRA_DEFAULT_promptStudioRoleTool="Tool",LYRA_DEFAULT_promptStudioRoleUser="User",LYRA_DEFAULT_promptStudioRun="Run prompt",LYRA_DEFAULT_promptStudioSave="Save version",LYRA_DEFAULT_promptStudioVariableName="Variable {index} name",LYRA_DEFAULT_promptStudioVariableValue="Variable {index} value",LYRA_DEFAULT_promptStudioVariables="Variables",LYRA_DEFAULT_promptStudioVersions="Versions",LYRA_DEFAULT_provenanceChunks="Text chunks",LYRA_DEFAULT_provenanceCommunities="Communities",LYRA_DEFAULT_provenanceEmpty="No grounding data for this answer",LYRA_DEFAULT_provenanceEntities="Entities",LYRA_DEFAULT_provenancePanelLabel="Grounding",LYRA_DEFAULT_provenanceRelationships="Relationships",LYRA_DEFAULT_pushToTalkCancelled="Recording cancelled",LYRA_DEFAULT_pushToTalkDenied="Microphone access denied",LYRA_DEFAULT_pushToTalkError="Recording failed",LYRA_DEFAULT_pushToTalkHold="Hold to talk",LYRA_DEFAULT_pushToTalkRequesting="Requesting microphone\u2026",LYRA_DEFAULT_pushToTalkStart="Start recording",LYRA_DEFAULT_pushToTalkStarted="Recording started",LYRA_DEFAULT_pushToTalkStop="Stop recording",LYRA_DEFAULT_pushToTalkStopped="Recording stopped",LYRA_DEFAULT_pushToTalkUnsupported="Recording is not supported in this browser",LYRA_DEFAULT_qrCodeGenerationFailed="This value could not be encoded as a QR code.",LYRA_DEFAULT_qrCodeMissingLibrary='This component needs the optional "qrcode" package installed to render QR codes.',LYRA_DEFAULT_queryBuilderAddCondition="Add condition",LYRA_DEFAULT_queryBuilderBooleanFalse="False",LYRA_DEFAULT_queryBuilderBooleanTrue="True",LYRA_DEFAULT_queryBuilderCombinatorAnd="All conditions (AND)",LYRA_DEFAULT_queryBuilderCombinatorLabel="Combine conditions with",LYRA_DEFAULT_queryBuilderCombinatorOr="Any condition (OR)",LYRA_DEFAULT_queryBuilderEmpty="No conditions yet.",LYRA_DEFAULT_queryBuilderFieldLabel="Field",LYRA_DEFAULT_queryBuilderFieldPlaceholder="Select field",LYRA_DEFAULT_queryBuilderLabel="Query builder",LYRA_DEFAULT_queryBuilderNoFields="No fields available.",LYRA_DEFAULT_queryBuilderOperatorAfter="After",LYRA_DEFAULT_queryBuilderOperatorBefore="Before",LYRA_DEFAULT_queryBuilderOperatorContains="Contains",LYRA_DEFAULT_queryBuilderOperatorEndsWith="Ends with",LYRA_DEFAULT_queryBuilderOperatorEquals="Equals",LYRA_DEFAULT_queryBuilderOperatorGreaterThan="Greater than",LYRA_DEFAULT_queryBuilderOperatorGreaterThanOrEqual="Greater than or equal to",LYRA_DEFAULT_queryBuilderOperatorIn="Is any of",LYRA_DEFAULT_queryBuilderOperatorIsEmpty="Is empty",LYRA_DEFAULT_queryBuilderOperatorIsNotEmpty="Is not empty",LYRA_DEFAULT_queryBuilderOperatorLabel="Operator",LYRA_DEFAULT_queryBuilderOperatorLessThan="Less than",LYRA_DEFAULT_queryBuilderOperatorLessThanOrEqual="Less than or equal to",LYRA_DEFAULT_queryBuilderOperatorNotEquals="Does not equal",LYRA_DEFAULT_queryBuilderOperatorNotIn="Is none of",LYRA_DEFAULT_queryBuilderOperatorOnOrAfter="On or after",LYRA_DEFAULT_queryBuilderOperatorOnOrBefore="On or before",LYRA_DEFAULT_queryBuilderOperatorPlaceholder="Select operator",LYRA_DEFAULT_queryBuilderOperatorStartsWith="Starts with",LYRA_DEFAULT_queryBuilderRemoveCondition="Remove condition {index}",LYRA_DEFAULT_queryBuilderValueLabel="Value",LYRA_DEFAULT_queryBuilderValuePlaceholder="Select value",LYRA_DEFAULT_radioRequired="Please select an option.",LYRA_DEFAULT_ragAnswerCitations="Citations",LYRA_DEFAULT_ragAnswerLabel="Grounded answer",LYRA_DEFAULT_ragAnswerRetry="Retry answer",LYRA_DEFAULT_ragAnswerSources="Sources",LYRA_DEFAULT_ragEvalDashboardAllSlices="All",LYRA_DEFAULT_ragEvalDashboardEmpty="No evaluation runs available",LYRA_DEFAULT_ragEvalDashboardLabel="RAG evaluation dashboard",LYRA_DEFAULT_ragEvalDashboardRuns="Evaluation runs",LYRA_DEFAULT_ragEvalDashboardSliceUnavailable="No evaluation runs are available for {slice}.",LYRA_DEFAULT_ragEvalDashboardSlices="Evaluation slices",LYRA_DEFAULT_randomContentPause="Pause rotation",LYRA_DEFAULT_randomContentResume="Resume rotation",LYRA_DEFAULT_rangeEnd="Range end",LYRA_DEFAULT_rangeStart="Range start",LYRA_DEFAULT_rating="Rating",LYRA_DEFAULT_realtimeSessionConnect="Connect",LYRA_DEFAULT_realtimeSessionConnected="Connected",LYRA_DEFAULT_realtimeSessionConnecting="Connecting",LYRA_DEFAULT_realtimeSessionConnectionFailed="The realtime connection failed.",LYRA_DEFAULT_realtimeSessionDisconnect="Disconnect",LYRA_DEFAULT_realtimeSessionDisconnected="Disconnected",LYRA_DEFAULT_realtimeSessionError="Connection error",LYRA_DEFAULT_realtimeSessionInterrupt="Interrupt response",LYRA_DEFAULT_realtimeSessionLabel="Realtime session",LYRA_DEFAULT_realtimeSessionMute="Mute microphone",LYRA_DEFAULT_realtimeSessionReconnecting="Reconnecting",LYRA_DEFAULT_realtimeSessionUnmute="Unmute microphone",LYRA_DEFAULT_regenerateResponse="Regenerate response",LYRA_DEFAULT_remove="Remove",LYRA_DEFAULT_removeWithContext="Remove {label}",LYRA_DEFAULT_rename="Rename {title}",LYRA_DEFAULT_reorderItemMoved="Moved to position {index} of {total}",LYRA_DEFAULT_reorderMoveCancelled="Reorder cancelled.",LYRA_DEFAULT_reorderMovePending="Reorder pending.",LYRA_DEFAULT_resetZoom="Reset zoom",LYRA_DEFAULT_resizeColumn="Resize {label} column",LYRA_DEFAULT_resizeDivider="Resize divider between panel {a} and panel {b}",LYRA_DEFAULT_resizeNavigation="Resize navigation",LYRA_DEFAULT_responsivePanel="Panel",LYRA_DEFAULT_restore="Restore",LYRA_DEFAULT_resultFieldLabel="{label}:",LYRA_DEFAULT_retrievalCompareDenseScore="Dense",LYRA_DEFAULT_retrievalCompareEmpty="No retrieval result sets to compare",LYRA_DEFAULT_retrievalCompareFinalScore="Final",LYRA_DEFAULT_retrievalCompareLabel="Retrieval comparison",LYRA_DEFAULT_retrievalCompareOverlap="Top-k overlap between {left} and {right}: {percent}",LYRA_DEFAULT_retrievalCompareRank="Rank {rank}",LYRA_DEFAULT_retrievalCompareRerankScore="Rerank",LYRA_DEFAULT_retrievalCompareSparseScore="Sparse",LYRA_DEFAULT_retrievalFilterChipLabel="{key}: {value}",LYRA_DEFAULT_retrievalFiltersLabel="Active filters",LYRA_DEFAULT_retrievalModeHybrid="Hybrid",LYRA_DEFAULT_retrievalModeKeyword="Keyword",LYRA_DEFAULT_retrievalModeLabel="Search mode",LYRA_DEFAULT_retrievalModeVector="Vector",LYRA_DEFAULT_retrievalResultsSelectRow="Select {label}",LYRA_DEFAULT_retrievalSearchEmptyDescription="Try a different search term or filters.",LYRA_DEFAULT_retrievalSearchLabel="Retrieval search",LYRA_DEFAULT_retrievalStageEmbed="Embed",LYRA_DEFAULT_retrievalStageFilter="Filter",LYRA_DEFAULT_retrievalStageQueryRewrite="Query rewrite",LYRA_DEFAULT_retrievalStageRerank="Rerank",LYRA_DEFAULT_retrievalStageRetrieve="Retrieve",LYRA_DEFAULT_retrievalTraceEvidenceToggle="{label} evidence",LYRA_DEFAULT_retry="Retry",LYRA_DEFAULT_rubricSkip="Skip",LYRA_DEFAULT_rubricSubmit="Submit",LYRA_DEFAULT_rubricSubmitAndNext="Submit and next",LYRA_DEFAULT_schemaMustBeObject="Schema must describe an object.",LYRA_DEFAULT_schemaPropertiesMustBeFlat="Schema properties must be a flat object.",LYRA_DEFAULT_schemaViewerCircular="Circular schema reference",LYRA_DEFAULT_schemaViewerEmpty="No schema available",LYRA_DEFAULT_schemaViewerIssueLimit="Only the first {count} validation issues are shown.",LYRA_DEFAULT_schemaViewerLabel="Schema viewer",LYRA_DEFAULT_schemaViewerLimit="Only the first {count} schema nodes are shown.",LYRA_DEFAULT_schemaViewerRequired="Required",LYRA_DEFAULT_schemaViewerType="Type: {type}",LYRA_DEFAULT_scoreTierHigh="High relevance",LYRA_DEFAULT_scoreTierLow="Low relevance",LYRA_DEFAULT_scoreTierMedium="Medium relevance",LYRA_DEFAULT_scrollNext="Scroll forward",LYRA_DEFAULT_scrollPrevious="Scroll backward",LYRA_DEFAULT_scrollerLabel="Scrollable content",LYRA_DEFAULT_search="Search",LYRA_DEFAULT_searchThreads="Search conversations",LYRA_DEFAULT_searchToolsPlaceholder="Search tools\u2026",LYRA_DEFAULT_select="Select",LYRA_DEFAULT_selectAllSources="Select all sources",LYRA_DEFAULT_selectModel="Select a model\u2026",LYRA_DEFAULT_selectSelectedOverflow="+{n} more",LYRA_DEFAULT_selectTools="Select tools",LYRA_DEFAULT_selectValueMissing="Please select an option.",LYRA_DEFAULT_selectionAsk="Ask",LYRA_DEFAULT_selectionCite="Cite",LYRA_DEFAULT_selectionQuote="Quote",LYRA_DEFAULT_selectionToolbarLabel="Selection actions",LYRA_DEFAULT_sendMessage="Send message",LYRA_DEFAULT_sequenceStripCategoryCount="{label}: {count}",LYRA_DEFAULT_sequenceStripEmpty="No items",LYRA_DEFAULT_sequenceStripUnnamedCategory="Unnamed category",LYRA_DEFAULT_showAllColumns="Show all columns",LYRA_DEFAULT_showFewerColumns="Show fewer columns",LYRA_DEFAULT_showLess="Show less",LYRA_DEFAULT_showMore="Show more",LYRA_DEFAULT_showMoreCollapsed="+{count}",LYRA_DEFAULT_showMoreCount="Show {count} more",LYRA_DEFAULT_showPassword="Show password",LYRA_DEFAULT_skipToContent="Skip to content",LYRA_DEFAULT_sliderLabel="Slider",LYRA_DEFAULT_sourceListDefaultLabel="Sources",LYRA_DEFAULT_sourcePageSuffix="{base} \u2014 p. {page}",LYRA_DEFAULT_sourcePickerSelection="{selected} of {total} selected",LYRA_DEFAULT_spanKindAgent="Agent",LYRA_DEFAULT_spanKindEmbedding="Embedding",LYRA_DEFAULT_spanKindLlm="LLM",LYRA_DEFAULT_spanKindOther="Other",LYRA_DEFAULT_spanKindRetriever="Retriever",LYRA_DEFAULT_spanKindTool="Tool",LYRA_DEFAULT_spanProjectionLimit="Only the first {count} spans are shown.",LYRA_DEFAULT_spanStartedAtOffset="started at +{value}",LYRA_DEFAULT_spanWaterfall="Span timeline",LYRA_DEFAULT_spreadsheetViewerLabel="Spreadsheet",LYRA_DEFAULT_spreadsheetViewerUnavailable="Spreadsheet preview is unavailable.",LYRA_DEFAULT_stackTraceHideFrames="Hide {count} internal frames",LYRA_DEFAULT_stackTraceLabel="Stack trace",LYRA_DEFAULT_stackTraceLimit="Some stack-trace content was omitted because the display limit was reached.",LYRA_DEFAULT_stackTraceShowFrames="Show {count} internal frames",LYRA_DEFAULT_statTrendAnnouncement="{trend}, {polarity}",LYRA_DEFAULT_statTrendBad="bad",LYRA_DEFAULT_statTrendDecreased="decreased {value}",LYRA_DEFAULT_statTrendGood="good",LYRA_DEFAULT_statTrendIncreased="increased {value}",LYRA_DEFAULT_statusDenied="Denied",LYRA_DEFAULT_statusError="Error",LYRA_DEFAULT_statusPending="Pending",LYRA_DEFAULT_statusRunning="Running",LYRA_DEFAULT_statusSkipped="Skipped",LYRA_DEFAULT_statusSuccess="Success",LYRA_DEFAULT_stopGenerating="Stop generating",LYRA_DEFAULT_streamRecoverAnnounce="Connection restored.",LYRA_DEFAULT_streamStallAnnounce="Connection stalled.",LYRA_DEFAULT_streamStallClearedAnnounce="No longer stalled.",LYRA_DEFAULT_streamStalled="Taking longer than usual\u2026",LYRA_DEFAULT_subagentPanelCancelRun="Cancel {name}",LYRA_DEFAULT_subagentPanelEmpty="No subagent runs",LYRA_DEFAULT_subagentPanelLabel="Subagents",LYRA_DEFAULT_subagentPanelLimit="Only the first {count} subagent runs are shown.",LYRA_DEFAULT_subagentPanelRetry="Retry subagent",LYRA_DEFAULT_subagentPanelRetryRun="Retry {name}",LYRA_DEFAULT_suggestionsLabel="Suggested prompts",LYRA_DEFAULT_svgViewerLabel="SVG image",LYRA_DEFAULT_switchRequired="Please turn this on.",LYRA_DEFAULT_tableEditCell="Edit {column}",LYRA_DEFAULT_tableFilterLabel="Filter rows",LYRA_DEFAULT_tableFilterPlaceholder="Filter rows",LYRA_DEFAULT_tableLoading="Loading rows",LYRA_DEFAULT_taskListCompletedOfTotal="{completed} of {total} completed",LYRA_DEFAULT_taskListLabel="Tasks",LYRA_DEFAULT_taskListStepCompletedAnnounce="Step completed: {label}",LYRA_DEFAULT_taskListStepFailedAnnounce="Step failed: {label}",LYRA_DEFAULT_taskListStepStartedAnnounce="Step started: {label}",LYRA_DEFAULT_temperature="Temperature",LYRA_DEFAULT_terminalDownload="Download log",LYRA_DEFAULT_terminalHighlightLine="Line {line}",LYRA_DEFAULT_terminalLabel="Terminal output",LYRA_DEFAULT_testResultsCollapseTest="Collapse {name}",LYRA_DEFAULT_testResultsCompleteAnnounce="{passed} passed, {failed} failed, {skipped} skipped",LYRA_DEFAULT_testResultsExpandTest="Expand {name}",LYRA_DEFAULT_testResultsFailed="{count} failed",LYRA_DEFAULT_testResultsFilterLabel="Filter by status",LYRA_DEFAULT_testResultsLabel="Test results",LYRA_DEFAULT_testResultsLimit="Only the first {count} test results are shown.",LYRA_DEFAULT_testResultsPassed="{count} passed",LYRA_DEFAULT_testResultsRunning="{count} running",LYRA_DEFAULT_testResultsSkipped="{count} skipped",LYRA_DEFAULT_textareaCharacterCount={one:"{count} character",other:"{count} characters"},LYRA_DEFAULT_textareaCharactersRemaining={one:"{count} character remaining",other:"{count} characters remaining"},LYRA_DEFAULT_textareaLabel="Text",LYRA_DEFAULT_thinking="Thinking\u2026",LYRA_DEFAULT_thinkingPanelLabel="Thinking",LYRA_DEFAULT_thoughtFor="Thought for {duration}",LYRA_DEFAULT_threadGroupArchived="Archived",LYRA_DEFAULT_threadGroupCollapse="Collapse {label}",LYRA_DEFAULT_threadGroupExpand="Expand {label}",LYRA_DEFAULT_threadGroupPinned="Pinned",LYRA_DEFAULT_threadGroupPrevious30Days="Previous 30 days",LYRA_DEFAULT_threadGroupPrevious7Days="Previous 7 days",LYRA_DEFAULT_threadGroupToday="Today",LYRA_DEFAULT_threadGroupYesterday="Yesterday",LYRA_DEFAULT_threadListEmpty="No conversations yet",LYRA_DEFAULT_threadListLabel="Conversations",LYRA_DEFAULT_threadListMatchAnnounce={one:"{count} conversation found",other:"{count} conversations found"},LYRA_DEFAULT_timeInputDayPeriod="Day period",LYRA_DEFAULT_timeInputEmptySegment="Empty",LYRA_DEFAULT_timeInputHour="Hour",LYRA_DEFAULT_timeInputInvalid="Enter a complete time.",LYRA_DEFAULT_timeInputLabel="Time",LYRA_DEFAULT_timeInputMaxMessage="Time must be at or before {max}.",LYRA_DEFAULT_timeInputMinMessage="Time must be at or after {min}.",LYRA_DEFAULT_timeInputMinute="Minute",LYRA_DEFAULT_timeInputNow="Now",LYRA_DEFAULT_timeInputOpen="Open time picker",LYRA_DEFAULT_timeInputPopup="Choose a time",LYRA_DEFAULT_timeInputRangeMessage="Time must be between {min} and {max} across midnight.",LYRA_DEFAULT_timeInputSecond="Second",LYRA_DEFAULT_timeInputStepMessage="Enter a time matching the required interval.",LYRA_DEFAULT_timeline="Timeline",LYRA_DEFAULT_toastContentIncomplete="Notification with incomplete content",LYRA_DEFAULT_toastOverflow="Notifications not shown: {count}.",LYRA_DEFAULT_tokenInputEditWithContext="Edit {label}",LYRA_DEFAULT_tokenInputRequired="Enter at least one value.",LYRA_DEFAULT_tokensIn="Tokens in",LYRA_DEFAULT_tokensOut="Tokens out",LYRA_DEFAULT_toolApprovalArgsLabel="Tool call arguments (JSON)",LYRA_DEFAULT_toolApprovalGenericTool="tool",LYRA_DEFAULT_toolApprovalHeading="Approve {tool} call?",LYRA_DEFAULT_toolCall="Tool call",LYRA_DEFAULT_toolCount={one:"{count} tool",other:"{count} tools"},LYRA_DEFAULT_toolParamBooleanFalse="False",LYRA_DEFAULT_toolParamBooleanTrue="True",LYRA_DEFAULT_toolParamBooleanUnset="Not set",LYRA_DEFAULT_toolParamMissingProperty="Required key \u201C{key}\u201D has no matching schema property.",LYRA_DEFAULT_toolParamSchemaLimit="Tool parameter schemas support at most {fields} fields and {options} choices per field.",LYRA_DEFAULT_toolSelectCustomizeHint="Turn off to choose individual tools.",LYRA_DEFAULT_toolSelectLimit="Only the first {count} tools are shown.",LYRA_DEFAULT_toolSelectNoneAvailable="No tools available.",LYRA_DEFAULT_toolSelectSummary="{selected} of {total} tools enabled",LYRA_DEFAULT_toolTimelineDetailsFor="Details for {name}",LYRA_DEFAULT_toolTimelineLimit="At most {count} tool calls are shown.",LYRA_DEFAULT_tourDone="Done",LYRA_DEFAULT_tourSkip="Skip",LYRA_DEFAULT_tourStepOf="Step {current} of {total}",LYRA_DEFAULT_traceTree="Trace tree",LYRA_DEFAULT_traceTreeMetricLabel="{label}: {value}",LYRA_DEFAULT_traceTreeSpanStatus="{name} \u2014 {status}",LYRA_DEFAULT_transcriptFeedEmpty="No transcript yet",LYRA_DEFAULT_transcriptFeedInterim="Transcribing\u2026",LYRA_DEFAULT_transcriptFeedLabel="Transcript",LYRA_DEFAULT_treeNodeMoved="Moved {label} to position {index} of {total}",LYRA_DEFAULT_trendOf="Trend of {count} values, last {value}",LYRA_DEFAULT_trendUnchanged="unchanged",LYRA_DEFAULT_unarchiveConversation="Unarchive conversation",LYRA_DEFAULT_unpinConversation="Unpin conversation",LYRA_DEFAULT_unsupportedFieldType='Unsupported field type "{type}".',LYRA_DEFAULT_untitledCommunity="Untitled community",LYRA_DEFAULT_untitledConversation="Untitled conversation",LYRA_DEFAULT_untitledEntity="Untitled entity",LYRA_DEFAULT_untitledSource="Untitled source",LYRA_DEFAULT_usageBadgeCostLabel="Cost",LYRA_DEFAULT_usageBadgeLabel="Usage",LYRA_DEFAULT_usageBadgeLatencyLabel="Latency",LYRA_DEFAULT_usageBadgeTokensIn="{count} in",LYRA_DEFAULT_usageBadgeTokensInLabel="Input tokens",LYRA_DEFAULT_usageBadgeTokensOut="{count} out",LYRA_DEFAULT_usageBadgeTokensOutLabel="Output tokens",LYRA_DEFAULT_usageBadgeTotalTokensLabel="Total tokens",LYRA_DEFAULT_useDefaultTools="Use default tools",LYRA_DEFAULT_valueInvalid="The value is invalid.",LYRA_DEFAULT_valueMustBeSerializable="Value must be JSON-serializable.",LYRA_DEFAULT_videoCaptions="Captions",LYRA_DEFAULT_videoCaptionsOff="Off",LYRA_DEFAULT_videoEnterFullscreen="Enter fullscreen",LYRA_DEFAULT_videoExitFullscreen="Exit fullscreen",LYRA_DEFAULT_videoExitPictureInPicture="Exit picture in picture",LYRA_DEFAULT_videoMute="Mute",LYRA_DEFAULT_videoPictureInPicture="Enter picture in picture",LYRA_DEFAULT_videoPlaybackSpeed="Playback speed",LYRA_DEFAULT_videoPlayerLabel="Video player",LYRA_DEFAULT_videoPlaylistLabel="Video playlist",LYRA_DEFAULT_videoPlaylistUntitled="Video {position}",LYRA_DEFAULT_videoUnmute="Unmute",LYRA_DEFAULT_videoVolume="Volume",LYRA_DEFAULT_viewerHighlightLabel="Highlight",LYRA_DEFAULT_viewerSearchActiveMatch="Match {current} of {total}",LYRA_DEFAULT_viewerSearchMatchCount={one:"{count} match",other:"{count} matches"},LYRA_DEFAULT_viewerSearchNoMatches="No matches",LYRA_DEFAULT_voice="Voice",LYRA_DEFAULT_voicePickerNoVoices="No voices available",LYRA_DEFAULT_voicePickerPreview="Preview {name}",LYRA_DEFAULT_voicePickerRequired="Please choose a voice.",LYRA_DEFAULT_voicePickerStopPreview="Stop preview",LYRA_DEFAULT_widgetCollapse="Collapse panel",LYRA_DEFAULT_widgetExitFullscreen="Exit fullscreen",LYRA_DEFAULT_widgetExpand="Expand panel",LYRA_DEFAULT_widgetExpandToFullscreen="Expand to fullscreen",LYRA_DEFAULT_widgetFullscreenPanel="Fullscreen panel",LYRA_DEFAULT_widgetViewGroup="Panel view",LYRA_DEFAULT_wordCloud="Word cloud of {count} {word}",LYRA_DEFAULT_wordCloudLegend="Word cloud color key",LYRA_DEFAULT_wordCloudWord="word",LYRA_DEFAULT_wordCloudWordAnnouncement="{text}, {weight}",LYRA_DEFAULT_wordCloudWords="words",LYRA_DEFAULT_xmlViewerChildCount={one:"{count} child",other:"{count} children"},LYRA_DEFAULT_xmlViewerCollapseNode="Collapse {name}",LYRA_DEFAULT_xmlViewerCopyDocument="Copy XML to clipboard",LYRA_DEFAULT_xmlViewerCopyNode="Copy {name}",LYRA_DEFAULT_xmlViewerExpandNode="Expand {name}",LYRA_DEFAULT_xmlViewerLabel="XML viewer",LYRA_DEFAULT_xmlViewerParseError="This document could not be parsed as XML.",LYRA_DEFAULT_xmlViewerTooManyNodes="This document has too many nodes to display.",LYRA_DEFAULT_zoomControls="Zoom controls",LYRA_DEFAULT_zoomIn="Zoom in",LYRA_DEFAULT_zoomOut="Zoom out",LYRA_DEFAULT_zoomToFit="Zoom to fit",LYRA_DEFAULT_zoomableFrameLabel="Zoomable content";export{LYRA_DEFAULT_accessibleLabelSeparator,LYRA_DEFAULT_activityFeedCompletedStep,LYRA_DEFAULT_activityFeedCompletedSteps,LYRA_DEFAULT_activityFeedLabel,LYRA_DEFAULT_agentRunCurrentStepLabel,LYRA_DEFAULT_agentRunStatusAnnounce,LYRA_DEFAULT_agentRunStatusCancelled,LYRA_DEFAULT_agentRunStatusCollecting,LYRA_DEFAULT_agentRunStatusDone,LYRA_DEFAULT_agentRunStatusIdle,LYRA_DEFAULT_agentRunStatusQueued,LYRA_DEFAULT_agentRunStatusWaitingApproval,LYRA_DEFAULT_agentRunStatusWaitingInput,LYRA_DEFAULT_agentTraceFilterLabel,LYRA_DEFAULT_agentWorkspaceContext,LYRA_DEFAULT_agentWorkspaceConversation,LYRA_DEFAULT_agentWorkspaceDetails,LYRA_DEFAULT_agentWorkspaceEmpty,LYRA_DEFAULT_agentWorkspaceGrounding,LYRA_DEFAULT_agentWorkspaceLabel,LYRA_DEFAULT_agentWorkspaceRetrieval,LYRA_DEFAULT_agentWorkspaceRun,LYRA_DEFAULT_agentWorkspaceTools,LYRA_DEFAULT_anchorJumped,LYRA_DEFAULT_anchorJumpedToPage,LYRA_DEFAULT_anchorNotFound,LYRA_DEFAULT_animatedImageDefaultAlt,LYRA_DEFAULT_approvalQueueEmpty,LYRA_DEFAULT_approvalQueueLabel,LYRA_DEFAULT_approvalQueueOpen,LYRA_DEFAULT_approvalQueuePending,LYRA_DEFAULT_approvalQueuePendingCount,LYRA_DEFAULT_approve,LYRA_DEFAULT_archiveConversation,LYRA_DEFAULT_archiveViewerEmpty,LYRA_DEFAULT_archiveViewerFile,LYRA_DEFAULT_archiveViewerFolder,LYRA_DEFAULT_artifactPanelCode,LYRA_DEFAULT_artifactPanelGenerating,LYRA_DEFAULT_artifactPanelLabel,LYRA_DEFAULT_artifactPanelNextVersion,LYRA_DEFAULT_artifactPanelPreview,LYRA_DEFAULT_artifactPanelPreviousVersion,LYRA_DEFAULT_artifactPanelRestore,LYRA_DEFAULT_artifactPanelVersionPosition,LYRA_DEFAULT_attachmentAdd,LYRA_DEFAULT_attachmentMenuAudio,LYRA_DEFAULT_attachmentMenuCamera,LYRA_DEFAULT_attachmentMenuFiles,LYRA_DEFAULT_attachmentMenuImage,LYRA_DEFAULT_attachmentPreviewFile,LYRA_DEFAULT_attachmentPreviewName,LYRA_DEFAULT_attachmentRetryWithContext,LYRA_DEFAULT_attachmentTriggerAudio,LYRA_DEFAULT_attachmentTriggerCamera,LYRA_DEFAULT_attachmentTriggerFiles,LYRA_DEFAULT_attachmentTriggerImage,LYRA_DEFAULT_attachmentUntitledFile,LYRA_DEFAULT_attachmentUploadFailed,LYRA_DEFAULT_attachmentUploadingIndeterminate,LYRA_DEFAULT_attachmentUploadingProgress,LYRA_DEFAULT_attachmentUploadingWithContext,LYRA_DEFAULT_audioVisualizerIdle,LYRA_DEFAULT_audioVisualizerLabel,LYRA_DEFAULT_audioVisualizerListening,LYRA_DEFAULT_audioVisualizerSpeaking,LYRA_DEFAULT_audioVisualizerThinking,LYRA_DEFAULT_avPlayerFailedToLoad,LYRA_DEFAULT_avPlayerLabel,LYRA_DEFAULT_avPlayerPlaybackRate,LYRA_DEFAULT_avPlayerPosition,LYRA_DEFAULT_avPlayerRateOption,LYRA_DEFAULT_avPlayerTimeline,LYRA_DEFAULT_avPlayerTranscript,LYRA_DEFAULT_boxPlot,LYRA_DEFAULT_boxPlotData,LYRA_DEFAULT_boxPlotMax,LYRA_DEFAULT_boxPlotMedian,LYRA_DEFAULT_boxPlotMin,LYRA_DEFAULT_boxPlotMissingLibrary,LYRA_DEFAULT_boxPlotQ1,LYRA_DEFAULT_boxPlotQ3,LYRA_DEFAULT_boxPlotSeriesSummary,LYRA_DEFAULT_boxPlotSummaryEmpty,LYRA_DEFAULT_boxPlotSummaryWithData,LYRA_DEFAULT_branchNext,LYRA_DEFAULT_branchPickerLabel,LYRA_DEFAULT_branchPosition,LYRA_DEFAULT_branchPrevious,LYRA_DEFAULT_breadcrumb,LYRA_DEFAULT_browserFrameControllerAgent,LYRA_DEFAULT_browserFrameControllerUser,LYRA_DEFAULT_browserFrameHandBack,LYRA_DEFAULT_browserFrameLabel,LYRA_DEFAULT_browserFrameStatusConnecting,LYRA_DEFAULT_browserFrameStatusIdle,LYRA_DEFAULT_browserFrameStatusLive,LYRA_DEFAULT_browserFrameStatusStalled,LYRA_DEFAULT_browserFrameStop,LYRA_DEFAULT_browserFrameTakeOver,LYRA_DEFAULT_browserFrameUrlLabel,LYRA_DEFAULT_browserFrameViewOf,LYRA_DEFAULT_calendarEmpty,LYRA_DEFAULT_calendarLabel,LYRA_DEFAULT_calendarNextMonth,LYRA_DEFAULT_calendarPreviousMonth,LYRA_DEFAULT_calendarViewerEmpty,LYRA_DEFAULT_calendarViewerLabel,LYRA_DEFAULT_calendarViewerMissingParser,LYRA_DEFAULT_calendarViewerNoSummary,LYRA_DEFAULT_calloutAnnouncementWithContext,LYRA_DEFAULT_cancel,LYRA_DEFAULT_carousel,LYRA_DEFAULT_carouselGoTo,LYRA_DEFAULT_carouselIndicators,LYRA_DEFAULT_carouselLabel,LYRA_DEFAULT_carouselSlide,LYRA_DEFAULT_carouselSlideAnnouncement,LYRA_DEFAULT_carouselSlideAnnouncementSeparator,LYRA_DEFAULT_carouselSlidePosition,LYRA_DEFAULT_cellHighlightWithLabel,LYRA_DEFAULT_chart,LYRA_DEFAULT_chartAxisTotal,LYRA_DEFAULT_chartBubblePointCoordinates,LYRA_DEFAULT_chartCategory,LYRA_DEFAULT_chartData,LYRA_DEFAULT_chartDataLabelsUnavailable,LYRA_DEFAULT_chartDataSampled,LYRA_DEFAULT_chartLabeledPoint,LYRA_DEFAULT_chartMissingLibrary,LYRA_DEFAULT_chartPointCoordinates,LYRA_DEFAULT_chartPointLabel,LYRA_DEFAULT_chartPrimaryAxis,LYRA_DEFAULT_chartSecondaryAxis,LYRA_DEFAULT_chartSeriesLabel,LYRA_DEFAULT_chartSeriesNoData,LYRA_DEFAULT_chartStackTotalsUnavailable,LYRA_DEFAULT_chartSummary,LYRA_DEFAULT_chartSummaryEmpty,LYRA_DEFAULT_chartSummarySeparator,LYRA_DEFAULT_chartSummaryWithData,LYRA_DEFAULT_chartTotal,LYRA_DEFAULT_chartTrendDecreasing,LYRA_DEFAULT_chartTrendFlat,LYRA_DEFAULT_chartTrendIncreasing,LYRA_DEFAULT_chartTypeBar,LYRA_DEFAULT_chartTypeBubble,LYRA_DEFAULT_chartTypeDoughnut,LYRA_DEFAULT_chartTypeLine,LYRA_DEFAULT_chartTypePie,LYRA_DEFAULT_chartTypePolarArea,LYRA_DEFAULT_chartTypeRadar,LYRA_DEFAULT_chartTypeScatter,LYRA_DEFAULT_chartValueLabel,LYRA_DEFAULT_chartZoomUnavailable,LYRA_DEFAULT_chatCompleteAnnounce,LYRA_DEFAULT_chatFailedAnnounce,LYRA_DEFAULT_chatFailedToSend,LYRA_DEFAULT_chatResponding,LYRA_DEFAULT_chatSending,LYRA_DEFAULT_chatViewportLabel,LYRA_DEFAULT_checkboxGroupRequired,LYRA_DEFAULT_checkboxRequired,LYRA_DEFAULT_checkpointConfirmPrompt,LYRA_DEFAULT_checkpointLabel,LYRA_DEFAULT_checkpointRestore,LYRA_DEFAULT_checkpointRestoreWithContext,LYRA_DEFAULT_checkpointRestoring,LYRA_DEFAULT_chooseDate,LYRA_DEFAULT_chunkInspectorEmpty,LYRA_DEFAULT_chunkInspectorLabel,LYRA_DEFAULT_chunkScore,LYRA_DEFAULT_circularReference,LYRA_DEFAULT_citation,LYRA_DEFAULT_citationHighConfidence,LYRA_DEFAULT_citationLowConfidence,LYRA_DEFAULT_citationMediumConfidence,LYRA_DEFAULT_citationUnverified,LYRA_DEFAULT_citationVerified,LYRA_DEFAULT_citationWithCustomLabel,LYRA_DEFAULT_citationWithStatus,LYRA_DEFAULT_claimEvidenceConfidence,LYRA_DEFAULT_claimEvidenceContradicted,LYRA_DEFAULT_claimEvidenceEmpty,LYRA_DEFAULT_claimEvidenceLabel,LYRA_DEFAULT_claimEvidencePartiallySupported,LYRA_DEFAULT_claimEvidenceSupported,LYRA_DEFAULT_claimEvidenceUnsupported,LYRA_DEFAULT_clear,LYRA_DEFAULT_close,LYRA_DEFAULT_closeNavigation,LYRA_DEFAULT_closeWithContext,LYRA_DEFAULT_closeWithTruncatedContext,LYRA_DEFAULT_codeBlockLineLabel,LYRA_DEFAULT_codeEditorLabel,LYRA_DEFAULT_codeRegion,LYRA_DEFAULT_codeRegionWithLanguage,LYRA_DEFAULT_collapse,LYRA_DEFAULT_collapseCode,LYRA_DEFAULT_collapseMessage,LYRA_DEFAULT_colorPicker,LYRA_DEFAULT_colorPickerCurrentValue,LYRA_DEFAULT_colorPickerEyeDropper,LYRA_DEFAULT_colorPickerHue,LYRA_DEFAULT_colorPickerHueValue,LYRA_DEFAULT_colorPickerOpacity,LYRA_DEFAULT_colorPickerOpacityValue,LYRA_DEFAULT_colorPickerSaturationBrightness,LYRA_DEFAULT_colorPickerSaturationBrightnessValue,LYRA_DEFAULT_colorPickerSwatch,LYRA_DEFAULT_colorPickerSwatches,LYRA_DEFAULT_colorPickerToggleFormat,LYRA_DEFAULT_colorPickerValueField,LYRA_DEFAULT_comboboxCreate,LYRA_DEFAULT_comboboxLabel,LYRA_DEFAULT_comboboxLoadError,LYRA_DEFAULT_comboboxOverflow,LYRA_DEFAULT_comboboxRequired,LYRA_DEFAULT_comboboxSelectedOverflow,LYRA_DEFAULT_commandPaletteEmpty,LYRA_DEFAULT_commandPaletteLabel,LYRA_DEFAULT_commandPalettePlaceholder,LYRA_DEFAULT_commandPaletteResults,LYRA_DEFAULT_commitCardCopyHash,LYRA_DEFAULT_commitCardDiffSummary,LYRA_DEFAULT_commitCardHideFiles,LYRA_DEFAULT_commitCardLabel,LYRA_DEFAULT_commitCardShowFiles,LYRA_DEFAULT_communityDrillIn,LYRA_DEFAULT_communityMemberCount,LYRA_DEFAULT_comparePanel,LYRA_DEFAULT_compareResponseA,LYRA_DEFAULT_compareResponseB,LYRA_DEFAULT_compareVoteBetter,LYRA_DEFAULT_compareVoteBothBad,LYRA_DEFAULT_compareVoteLabel,LYRA_DEFAULT_compareVoteRecorded,LYRA_DEFAULT_compareVoteTie,LYRA_DEFAULT_composerLabel,LYRA_DEFAULT_composerPlaceholder,LYRA_DEFAULT_confirm,LYRA_DEFAULT_confirmApproved,LYRA_DEFAULT_confirmApprovedAnnounce,LYRA_DEFAULT_confirmDenied,LYRA_DEFAULT_confirmDeniedAnnounce,LYRA_DEFAULT_contactViewerAddressFormat,LYRA_DEFAULT_contactViewerAddressLabel,LYRA_DEFAULT_contactViewerEmailLabel,LYRA_DEFAULT_contactViewerLabel,LYRA_DEFAULT_contactViewerNoContacts,LYRA_DEFAULT_contactViewerOrganization,LYRA_DEFAULT_contactViewerPhoneLabel,LYRA_DEFAULT_contactViewerTypeCell,LYRA_DEFAULT_contactViewerTypeFax,LYRA_DEFAULT_contactViewerTypeHome,LYRA_DEFAULT_contactViewerTypeInternet,LYRA_DEFAULT_contactViewerTypePreferred,LYRA_DEFAULT_contactViewerTypeVoice,LYRA_DEFAULT_contactViewerTypeWork,LYRA_DEFAULT_contactViewerTypedValue,LYRA_DEFAULT_contactViewerUnnamedContact,LYRA_DEFAULT_contextInspectorCopyLabel,LYRA_DEFAULT_contextInspectorEmpty,LYRA_DEFAULT_contextInspectorLabel,LYRA_DEFAULT_contextInspectorRedacted,LYRA_DEFAULT_contextInspectorSegmentTokens,LYRA_DEFAULT_contextInspectorTruncated,LYRA_DEFAULT_contextInspectorTruncatedCount,LYRA_DEFAULT_contextMeterLabeledSummary,LYRA_DEFAULT_contextMeterSegmentLabel,LYRA_DEFAULT_contextMeterUsed,LYRA_DEFAULT_contextMeterUsedOfTotal,LYRA_DEFAULT_convertingDocument,LYRA_DEFAULT_copied,LYRA_DEFAULT_copiedToClipboard,LYRA_DEFAULT_copy,LYRA_DEFAULT_copyCode,LYRA_DEFAULT_copyDiff,LYRA_DEFAULT_copyFailed,LYRA_DEFAULT_copyJson,LYRA_DEFAULT_cost,LYRA_DEFAULT_csvViewerLabel,LYRA_DEFAULT_csvViewerUnavailable,LYRA_DEFAULT_dashboardCellCollisionRejected,LYRA_DEFAULT_dashboardCellMoved,LYRA_DEFAULT_dashboardCellResized,LYRA_DEFAULT_dashboardGridLabel,LYRA_DEFAULT_dataGridColumnMenu,LYRA_DEFAULT_dataGridPinEnd,LYRA_DEFAULT_dataGridPinStart,LYRA_DEFAULT_dataGridRowsPerPage,LYRA_DEFAULT_dataGridTreeLimitReached,LYRA_DEFAULT_dataGridUnpin,LYRA_DEFAULT_datasetViewerCaption,LYRA_DEFAULT_datasetViewerCaptionNamed,LYRA_DEFAULT_datasetViewerEmpty,LYRA_DEFAULT_datasetViewerMissingParser,LYRA_DEFAULT_date,LYRA_DEFAULT_dateInputFutureDisabled,LYRA_DEFAULT_dateInputInvalid,LYRA_DEFAULT_dateInputMaxMessage,LYRA_DEFAULT_dateInputMinMessage,LYRA_DEFAULT_dateInputPastDisabled,LYRA_DEFAULT_deleteConversation,LYRA_DEFAULT_deny,LYRA_DEFAULT_details,LYRA_DEFAULT_diffViewHiddenLines,LYRA_DEFAULT_diffViewNewLabel,LYRA_DEFAULT_diffViewOldLabel,LYRA_DEFAULT_diffViewTooLarge,LYRA_DEFAULT_dockPanelCollapse,LYRA_DEFAULT_dockPanelExpand,LYRA_DEFAULT_dockPanelResize,LYRA_DEFAULT_documentCompareLabel,LYRA_DEFAULT_documentCompareNewVersion,LYRA_DEFAULT_documentCompareNoVersion,LYRA_DEFAULT_documentCompareOldVersion,LYRA_DEFAULT_documentLibraryClearSelection,LYRA_DEFAULT_documentLibraryEmptyHeading,LYRA_DEFAULT_documentLibraryFilterByTag,LYRA_DEFAULT_documentLibraryFreshnessAging,LYRA_DEFAULT_documentLibraryFreshnessColumn,LYRA_DEFAULT_documentLibraryFreshnessFresh,LYRA_DEFAULT_documentLibraryFreshnessStale,LYRA_DEFAULT_documentLibraryLabel,LYRA_DEFAULT_documentLibraryNameColumn,LYRA_DEFAULT_documentLibraryNoMatchesHeading,LYRA_DEFAULT_documentLibraryOwnerColumn,LYRA_DEFAULT_documentLibrarySearchPlaceholder,LYRA_DEFAULT_documentLibrarySelectAll,LYRA_DEFAULT_documentLibrarySelectColumn,LYRA_DEFAULT_documentLibrarySelectDocument,LYRA_DEFAULT_documentLibrarySelectedCount,LYRA_DEFAULT_documentLibraryTagsColumn,LYRA_DEFAULT_documentLibraryTypeColumn,LYRA_DEFAULT_documentLibraryUpdatedColumn,LYRA_DEFAULT_documentLibraryVersionColumn,LYRA_DEFAULT_documentPreviewAlt,LYRA_DEFAULT_documentPreviewEmpty,LYRA_DEFAULT_documentPreviewFailedToLoad,LYRA_DEFAULT_documentPreviewGenericError,LYRA_DEFAULT_documentPreviewGenericFile,LYRA_DEFAULT_documentPreviewNotAvailable,LYRA_DEFAULT_documentPreviewResourceTooLarge,LYRA_DEFAULT_documentPreviewTypeCalendar,LYRA_DEFAULT_documentPreviewTypeContact,LYRA_DEFAULT_documentPreviewTypeDataset,LYRA_DEFAULT_documentPreviewTypeDocument,LYRA_DEFAULT_documentPreviewTypeEmail,LYRA_DEFAULT_documentPreviewTypeImage,LYRA_DEFAULT_documentPreviewUrlNotAllowed,LYRA_DEFAULT_documentViewerLabel,LYRA_DEFAULT_documentViewerMissingSanitizer,LYRA_DEFAULT_docxViewerLabel,LYRA_DEFAULT_docxViewerMissingConverter,LYRA_DEFAULT_download,LYRA_DEFAULT_drilldownDocuments,LYRA_DEFAULT_drilldownEmpty,LYRA_DEFAULT_drilldownRuns,LYRA_DEFAULT_dropzoneRejectedType,LYRA_DEFAULT_dropzoneReleaseToAdd,LYRA_DEFAULT_duration,LYRA_DEFAULT_durationMilliseconds,LYRA_DEFAULT_durationSeconds,LYRA_DEFAULT_ebookViewerLoadError,LYRA_DEFAULT_ebookViewerNextChapter,LYRA_DEFAULT_ebookViewerPreviousChapter,LYRA_DEFAULT_ebookViewerRegionLabel,LYRA_DEFAULT_edit,LYRA_DEFAULT_editMessage,LYRA_DEFAULT_elapsedMinutesSecondsTemplate,LYRA_DEFAULT_emailViewerAttachments,LYRA_DEFAULT_emailViewerDate,LYRA_DEFAULT_emailViewerFrom,LYRA_DEFAULT_emailViewerGroupAddress,LYRA_DEFAULT_emailViewerHideQuoted,LYRA_DEFAULT_emailViewerLabel,LYRA_DEFAULT_emailViewerMissingParser,LYRA_DEFAULT_emailViewerNoSubject,LYRA_DEFAULT_emailViewerOpenAttachment,LYRA_DEFAULT_emailViewerShowQuoted,LYRA_DEFAULT_emailViewerSubject,LYRA_DEFAULT_emailViewerTo,LYRA_DEFAULT_embeddingExplorerEmpty,LYRA_DEFAULT_embeddingExplorerLabel,LYRA_DEFAULT_embeddingExplorerPoint,LYRA_DEFAULT_emojiPickerEmpty,LYRA_DEFAULT_emojiPickerGridLabel,LYRA_DEFAULT_emojiPickerGroupActivities,LYRA_DEFAULT_emojiPickerGroupAnimalsNature,LYRA_DEFAULT_emojiPickerGroupComponent,LYRA_DEFAULT_emojiPickerGroupFlags,LYRA_DEFAULT_emojiPickerGroupFoodDrink,LYRA_DEFAULT_emojiPickerGroupObjects,LYRA_DEFAULT_emojiPickerGroupPeopleBody,LYRA_DEFAULT_emojiPickerGroupSmileysEmotion,LYRA_DEFAULT_emojiPickerGroupSymbols,LYRA_DEFAULT_emojiPickerGroupTravelPlaces,LYRA_DEFAULT_emojiPickerLoadError,LYRA_DEFAULT_emojiPickerSearchLabel,LYRA_DEFAULT_entityChipWithType,LYRA_DEFAULT_entityCommunity,LYRA_DEFAULT_entityDegree,LYRA_DEFAULT_envListCopy,LYRA_DEFAULT_envListHide,LYRA_DEFAULT_envListLabel,LYRA_DEFAULT_envListReveal,LYRA_DEFAULT_envListValueHidden,LYRA_DEFAULT_evalDatasetAddExample,LYRA_DEFAULT_evalDatasetColumnExpectedOutput,LYRA_DEFAULT_evalDatasetColumnInput,LYRA_DEFAULT_evalDatasetColumnTags,LYRA_DEFAULT_evalDatasetEmpty,LYRA_DEFAULT_evalDatasetImportLabel,LYRA_DEFAULT_evalDatasetLabel,LYRA_DEFAULT_evalDatasetNoMatches,LYRA_DEFAULT_evalDatasetRemoveExample,LYRA_DEFAULT_evalDatasetSearchLabel,LYRA_DEFAULT_evalDatasetTagFilterLabel,LYRA_DEFAULT_evaluationDashboardLabel,LYRA_DEFAULT_evaluationDashboardNoRuns,LYRA_DEFAULT_evaluationDashboardRunsLabel,LYRA_DEFAULT_evaluationRunExampleCancelledAnnounce,LYRA_DEFAULT_evaluationRunExampleCompletedAnnounce,LYRA_DEFAULT_evaluationRunExampleFailedAnnounce,LYRA_DEFAULT_evaluationRunExampleLabel,LYRA_DEFAULT_evaluationRunExampleStartedAnnounce,LYRA_DEFAULT_evaluationRunExampleWaitingApprovalAnnounce,LYRA_DEFAULT_evaluationRunExampleWaitingInputAnnounce,LYRA_DEFAULT_evaluationRunFailedCount,LYRA_DEFAULT_evaluationRunGroundingHeading,LYRA_DEFAULT_evaluationRunInputHeading,LYRA_DEFAULT_evaluationRunLabel,LYRA_DEFAULT_evaluationRunOutputHeading,LYRA_DEFAULT_evaluationRunProgressLabel,LYRA_DEFAULT_evaluationRunProgressSummary,LYRA_DEFAULT_evaluationRunRunningCount,LYRA_DEFAULT_evaluationRunStatusCancelled,LYRA_DEFAULT_evaluationRunStatusIdle,LYRA_DEFAULT_evaluationRunStatusWaitingApproval,LYRA_DEFAULT_evaluationRunStatusWaitingInput,LYRA_DEFAULT_evaluationRunToolTraceHeading,LYRA_DEFAULT_expand,LYRA_DEFAULT_expandCode,LYRA_DEFAULT_expandMessage,LYRA_DEFAULT_exportButtonLabel,LYRA_DEFAULT_exportFormatMenuLabel,LYRA_DEFAULT_feedbackCommentLabel,LYRA_DEFAULT_feedbackCommentPlaceholder,LYRA_DEFAULT_feedbackNegative,LYRA_DEFAULT_feedbackPositive,LYRA_DEFAULT_feedbackReasonsLabel,LYRA_DEFAULT_feedbackSubmit,LYRA_DEFAULT_feedbackSubmitted,LYRA_DEFAULT_fieldMustBeBoolean,LYRA_DEFAULT_fieldMustBeInteger,LYRA_DEFAULT_fieldMustBeNumber,LYRA_DEFAULT_fieldMustBeOneOf,LYRA_DEFAULT_fieldMustBeString,LYRA_DEFAULT_fieldMustEqual,LYRA_DEFAULT_fieldRequired,LYRA_DEFAULT_fileInputAcceptedMany,LYRA_DEFAULT_fileInputAcceptedOne,LYRA_DEFAULT_fileInputDefaultLabel,LYRA_DEFAULT_fileInputFolderRejected,LYRA_DEFAULT_fileInputRejectedCount,LYRA_DEFAULT_fileInputRejectedLimit,LYRA_DEFAULT_fileInputRejectedMany,LYRA_DEFAULT_fileInputRejectedOne,LYRA_DEFAULT_fileInputRejectedRead,LYRA_DEFAULT_fileInputRejectedSize,LYRA_DEFAULT_fileInputRejectedType,LYRA_DEFAULT_fileSizeUnitB,LYRA_DEFAULT_fileSizeUnitGb,LYRA_DEFAULT_fileSizeUnitKb,LYRA_DEFAULT_fileSizeUnitMb,LYRA_DEFAULT_fileSizeUnitTb,LYRA_DEFAULT_fileTreeDiffSummary,LYRA_DEFAULT_fileTreeLabel,LYRA_DEFAULT_fileTypeArchive,LYRA_DEFAULT_fileTypeAudio,LYRA_DEFAULT_fileTypeCode,LYRA_DEFAULT_fileTypeFile,LYRA_DEFAULT_fileTypeImage,LYRA_DEFAULT_fileTypePdf,LYRA_DEFAULT_fileTypePresentation,LYRA_DEFAULT_fileTypeSpreadsheet,LYRA_DEFAULT_fileTypeText,LYRA_DEFAULT_fileTypeVideo,LYRA_DEFAULT_fileTypeWithSize,LYRA_DEFAULT_fileTypeWord,LYRA_DEFAULT_filterBarActiveFilters,LYRA_DEFAULT_filterBarReset,LYRA_DEFAULT_flagLoadError,LYRA_DEFAULT_flowCanvasLabel,LYRA_DEFAULT_flowCanvasLayoutLimit,LYRA_DEFAULT_flowCanvasSummary,LYRA_DEFAULT_flowConnectCancelled,LYRA_DEFAULT_flowConnectCommitted,LYRA_DEFAULT_flowConnectStarted,LYRA_DEFAULT_flowConnectTarget,LYRA_DEFAULT_flowControlsLabel,LYRA_DEFAULT_flowEdge,LYRA_DEFAULT_flowEdgeList,LYRA_DEFAULT_flowEdgeWithLabel,LYRA_DEFAULT_flowInputHandle,LYRA_DEFAULT_flowItemAnnouncement,LYRA_DEFAULT_flowLockCanvas,LYRA_DEFAULT_flowMinimapInstructions,LYRA_DEFAULT_flowMinimapLabel,LYRA_DEFAULT_flowMinimapViewport,LYRA_DEFAULT_flowMinimapViewportChanged,LYRA_DEFAULT_flowNode,LYRA_DEFAULT_flowNodeDeselected,LYRA_DEFAULT_flowNodeMoved,LYRA_DEFAULT_flowNodeSelected,LYRA_DEFAULT_flowOutputHandle,LYRA_DEFAULT_flowRunStatusCount,LYRA_DEFAULT_flowRunStatusLabel,LYRA_DEFAULT_flowRunStepStatus,LYRA_DEFAULT_flowRunSummary,LYRA_DEFAULT_flowSelectionCleared,LYRA_DEFAULT_flowStatusWithDetail,LYRA_DEFAULT_flowStatusWithDuration,LYRA_DEFAULT_focusInGraph,LYRA_DEFAULT_gaugeLabel,LYRA_DEFAULT_gaugeValueLabel,LYRA_DEFAULT_generationStatusElapsedSeconds,LYRA_DEFAULT_generationStatusThroughput,LYRA_DEFAULT_generationStatusTokenCount,LYRA_DEFAULT_generationStatusTokensCount,LYRA_DEFAULT_geojsonViewFeatureCount,LYRA_DEFAULT_geojsonViewInvalid,LYRA_DEFAULT_geojsonViewLabel,LYRA_DEFAULT_geojsonViewMissingMapLibrary,LYRA_DEFAULT_gitStatusAdded,LYRA_DEFAULT_gitStatusConflicted,LYRA_DEFAULT_gitStatusDeleted,LYRA_DEFAULT_gitStatusIgnored,LYRA_DEFAULT_gitStatusModified,LYRA_DEFAULT_gitStatusRenamed,LYRA_DEFAULT_gitStatusUntracked,LYRA_DEFAULT_graphCommunity,LYRA_DEFAULT_graphDataList,LYRA_DEFAULT_graphDiagram,LYRA_DEFAULT_graphExpandableItem,LYRA_DEFAULT_graphExplorerFindPath,LYRA_DEFAULT_graphExplorerLabel,LYRA_DEFAULT_graphExplorerPin,LYRA_DEFAULT_graphExplorerPinned,LYRA_DEFAULT_graphExplorerPinnedHeading,LYRA_DEFAULT_graphExplorerSearchPlaceholder,LYRA_DEFAULT_graphExplorerSearchResultsLabel,LYRA_DEFAULT_graphExplorerUnpin,LYRA_DEFAULT_graphExplorerUnpinned,LYRA_DEFAULT_graphItemAnnouncement,LYRA_DEFAULT_graphLegendLabel,LYRA_DEFAULT_graphLink,LYRA_DEFAULT_graphMissingLibrary,LYRA_DEFAULT_graphNode,LYRA_DEFAULT_graphNodeFocused,LYRA_DEFAULT_graphNodesHidden,LYRA_DEFAULT_graphQueryBuilderLabel,LYRA_DEFAULT_graphQueryDeleteWithContext,LYRA_DEFAULT_graphQueryDirectionLabel,LYRA_DEFAULT_graphQueryEndLabel,LYRA_DEFAULT_graphQueryHopRangeInvalid,LYRA_DEFAULT_graphQueryLoadWithContext,LYRA_DEFAULT_graphQueryMaxHopsLabel,LYRA_DEFAULT_graphQueryMinHopsLabel,LYRA_DEFAULT_graphQueryNodeTypeLabel,LYRA_DEFAULT_graphQueryRelationshipTypeLabel,LYRA_DEFAULT_graphQueryRun,LYRA_DEFAULT_graphQuerySaveButton,LYRA_DEFAULT_graphQuerySaveNameLabel,LYRA_DEFAULT_graphQuerySavedQueriesLabel,LYRA_DEFAULT_graphQueryStartLabel,LYRA_DEFAULT_graphSelectionCount,LYRA_DEFAULT_graphTypedNode,LYRA_DEFAULT_groundingSummaryConfidenceLabel,LYRA_DEFAULT_groundingSummaryCoverageLabel,LYRA_DEFAULT_groundingSummaryEmpty,LYRA_DEFAULT_groundingSummaryEvidenceHeading,LYRA_DEFAULT_groundingSummaryEvidenceSpan,LYRA_DEFAULT_groundingSummaryLabel,LYRA_DEFAULT_groundingSummarySupportedLabel,LYRA_DEFAULT_groundingSummaryUnsupportedLabel,LYRA_DEFAULT_groundingSummaryWarningsHeading,LYRA_DEFAULT_handoffFromToAgent,LYRA_DEFAULT_handoffLabel,LYRA_DEFAULT_handoffToAgent,LYRA_DEFAULT_heatmapCalendarCellLabel,LYRA_DEFAULT_heatmapCalendarLabel,LYRA_DEFAULT_heatmapDecorationLimit,LYRA_DEFAULT_heatmapDefaultColLabel,LYRA_DEFAULT_heatmapDefaultRowLabel,LYRA_DEFAULT_heatmapMatrixCellLabel,LYRA_DEFAULT_heatmapMatrixLabel,LYRA_DEFAULT_heatmapNoDataValue,LYRA_DEFAULT_heatmapProjectionLimit,LYRA_DEFAULT_heatmapSelectedCellLabel,LYRA_DEFAULT_heatmapValueLabel,LYRA_DEFAULT_hidePassword,LYRA_DEFAULT_highlightLayerLabel,LYRA_DEFAULT_highlightOfTotal,LYRA_DEFAULT_highlightWithLabel,LYRA_DEFAULT_histogramFrequency,LYRA_DEFAULT_htmlViewerLabel,LYRA_DEFAULT_iconButtonLabel,LYRA_DEFAULT_iconLoadError,LYRA_DEFAULT_iconSanitizerMissing,LYRA_DEFAULT_iconTooLarge,LYRA_DEFAULT_imageComparerLabel,LYRA_DEFAULT_imageViewerAnnotate,LYRA_DEFAULT_imageViewerAnnotationAdded,LYRA_DEFAULT_imageViewerAnnotationBoxPosition,LYRA_DEFAULT_imageViewerAnnotationCancelled,LYRA_DEFAULT_imageViewerAnnotationHint,LYRA_DEFAULT_imageViewerFailedToLoad,LYRA_DEFAULT_imageViewerFitActual,LYRA_DEFAULT_imageViewerFitContain,LYRA_DEFAULT_imageViewerFitLabel,LYRA_DEFAULT_imageViewerFitWidth,LYRA_DEFAULT_imageViewerHighlightsLabel,LYRA_DEFAULT_imageViewerLabel,LYRA_DEFAULT_imageViewerRotate,LYRA_DEFAULT_imageViewerUnlabeledHighlight,LYRA_DEFAULT_ingestionAttemptCount,LYRA_DEFAULT_ingestionCancelWithContext,LYRA_DEFAULT_ingestionChunkCount,LYRA_DEFAULT_ingestionEmbeddedOfTotal,LYRA_DEFAULT_ingestionItemProgressLabel,LYRA_DEFAULT_ingestionQueueEmpty,LYRA_DEFAULT_ingestionQueueLabel,LYRA_DEFAULT_ingestionRetryWithContext,LYRA_DEFAULT_ingestionStageCancelled,LYRA_DEFAULT_ingestionStageChunking,LYRA_DEFAULT_ingestionStageDone,LYRA_DEFAULT_ingestionStageEmbedding,LYRA_DEFAULT_ingestionStageExtracting,LYRA_DEFAULT_ingestionStageFailed,LYRA_DEFAULT_ingestionStageIndexing,LYRA_DEFAULT_ingestionStageQueued,LYRA_DEFAULT_ingestionStageUploading,LYRA_DEFAULT_inputLabel,LYRA_DEFAULT_invalidJson,LYRA_DEFAULT_item,LYRA_DEFAULT_items,LYRA_DEFAULT_jsonArray,LYRA_DEFAULT_jsonCollapseLabel,LYRA_DEFAULT_jsonCopyLabel,LYRA_DEFAULT_jsonExpandLabel,LYRA_DEFAULT_jsonItemCount,LYRA_DEFAULT_jsonKeyCount,LYRA_DEFAULT_jsonObject,LYRA_DEFAULT_jsonValue,LYRA_DEFAULT_jsonViewerLimit,LYRA_DEFAULT_jumpToLatest,LYRA_DEFAULT_kbdAltWord,LYRA_DEFAULT_kbdArrowDownWord,LYRA_DEFAULT_kbdArrowLeftWord,LYRA_DEFAULT_kbdArrowRightWord,LYRA_DEFAULT_kbdArrowUpWord,LYRA_DEFAULT_kbdBackspaceWord,LYRA_DEFAULT_kbdCommandWord,LYRA_DEFAULT_kbdControlVisual,LYRA_DEFAULT_kbdControlWord,LYRA_DEFAULT_kbdDeleteVisual,LYRA_DEFAULT_kbdDeleteWord,LYRA_DEFAULT_kbdEndWord,LYRA_DEFAULT_kbdEnterWord,LYRA_DEFAULT_kbdEscapeVisual,LYRA_DEFAULT_kbdEscapeWord,LYRA_DEFAULT_kbdHomeWord,LYRA_DEFAULT_kbdMinusWord,LYRA_DEFAULT_kbdOptionWord,LYRA_DEFAULT_kbdPageDownVisual,LYRA_DEFAULT_kbdPageDownWord,LYRA_DEFAULT_kbdPageUpVisual,LYRA_DEFAULT_kbdPageUpWord,LYRA_DEFAULT_kbdPlusWord,LYRA_DEFAULT_kbdShiftWord,LYRA_DEFAULT_kbdSpaceWord,LYRA_DEFAULT_kbdTabWord,LYRA_DEFAULT_knowledgeBaseActionsColumn,LYRA_DEFAULT_knowledgeBaseAdminIngestionTab,LYRA_DEFAULT_knowledgeBaseAdminLabel,LYRA_DEFAULT_knowledgeBaseAdminSourcesTab,LYRA_DEFAULT_knowledgeBaseCreateSource,LYRA_DEFAULT_knowledgeBaseDeleteAction,LYRA_DEFAULT_knowledgeBaseDocumentCount,LYRA_DEFAULT_knowledgeBaseEmptyDescription,LYRA_DEFAULT_knowledgeBaseEmptyHeading,LYRA_DEFAULT_knowledgeBaseHeading,LYRA_DEFAULT_knowledgeBaseHealthColumn,LYRA_DEFAULT_knowledgeBaseHealthDegraded,LYRA_DEFAULT_knowledgeBaseHealthFailed,LYRA_DEFAULT_knowledgeBaseHealthHealthy,LYRA_DEFAULT_knowledgeBaseHealthUnknown,LYRA_DEFAULT_knowledgeBaseNameColumn,LYRA_DEFAULT_knowledgeBaseNeedsAttention,LYRA_DEFAULT_knowledgeBaseNeverSynced,LYRA_DEFAULT_knowledgeBasePauseAction,LYRA_DEFAULT_knowledgeBasePermissionColumn,LYRA_DEFAULT_knowledgeBasePermissionEditor,LYRA_DEFAULT_knowledgeBasePermissionOwner,LYRA_DEFAULT_knowledgeBasePermissionRestricted,LYRA_DEFAULT_knowledgeBasePermissionViewer,LYRA_DEFAULT_knowledgeBaseRowActionsLabel,LYRA_DEFAULT_knowledgeBaseSyncAction,LYRA_DEFAULT_knowledgeBaseSyncColumn,LYRA_DEFAULT_knowledgeBaseSyncError,LYRA_DEFAULT_knowledgeBaseSyncIdle,LYRA_DEFAULT_knowledgeBaseSyncPaused,LYRA_DEFAULT_knowledgeBaseSyncSynced,LYRA_DEFAULT_knowledgeBaseSyncSyncing,LYRA_DEFAULT_knowledgeBaseSyncedSources,LYRA_DEFAULT_knowledgeBaseSyncingSources,LYRA_DEFAULT_knowledgeBaseTotalSources,LYRA_DEFAULT_knownDateDay,LYRA_DEFAULT_knownDateMonth,LYRA_DEFAULT_knownDateYear,LYRA_DEFAULT_legendTypeHidden,LYRA_DEFAULT_legendTypeShown,LYRA_DEFAULT_lightboxImagePosition,LYRA_DEFAULT_lightboxLabel,LYRA_DEFAULT_liteChartBarLabel,LYRA_DEFAULT_liteChartCustomMarkSummary,LYRA_DEFAULT_liteChartMarkSummary,LYRA_DEFAULT_loadMore,LYRA_DEFAULT_loading,LYRA_DEFAULT_loadingDocument,LYRA_DEFAULT_localePickerLabel,LYRA_DEFAULT_localePickerRequired,LYRA_DEFAULT_map,LYRA_DEFAULT_mapInitializationFailed,LYRA_DEFAULT_mapLegend,LYRA_DEFAULT_mapMissingLibrary,LYRA_DEFAULT_mapStyleRequired,LYRA_DEFAULT_mapWebglUnavailable,LYRA_DEFAULT_maximize,LYRA_DEFAULT_mcpAppLabel,LYRA_DEFAULT_mcpAppLoading,LYRA_DEFAULT_mcpAppUnavailable,LYRA_DEFAULT_mediaCardImageAttachment,LYRA_DEFAULT_mediaCardOpenFileAttachment,LYRA_DEFAULT_mediaCardOpenImageAttachment,LYRA_DEFAULT_mediaCardOpenName,LYRA_DEFAULT_mediaCardOpenVideoAttachment,LYRA_DEFAULT_mediaCardUntitledFile,LYRA_DEFAULT_mediaCardVideoAttachment,LYRA_DEFAULT_memoryPanelAdd,LYRA_DEFAULT_memoryPanelAddWithContext,LYRA_DEFAULT_memoryPanelConfirmAddHeading,LYRA_DEFAULT_memoryPanelConfirmForgetBody,LYRA_DEFAULT_memoryPanelConfirmForgetHeading,LYRA_DEFAULT_memoryPanelConfirmRemoveHeading,LYRA_DEFAULT_memoryPanelForgetAll,LYRA_DEFAULT_memoryPanelLabel,LYRA_DEFAULT_memoryPanelLongTermHeading,LYRA_DEFAULT_memoryPanelShortTermHeading,LYRA_DEFAULT_mentionSuggestions,LYRA_DEFAULT_menuLabel,LYRA_DEFAULT_messageActionsLabel,LYRA_DEFAULT_messagePartError,LYRA_DEFAULT_messagePartRetry,LYRA_DEFAULT_messagePartsLabel,LYRA_DEFAULT_mindMapCollapsed,LYRA_DEFAULT_mindMapExpanded,LYRA_DEFAULT_mindMapLabel,LYRA_DEFAULT_mindMapLeafStatus,LYRA_DEFAULT_mindMapTopicStatus,LYRA_DEFAULT_model,LYRA_DEFAULT_modelSelectNoModels,LYRA_DEFAULT_modelSelectRequired,LYRA_DEFAULT_moveDown,LYRA_DEFAULT_moveUp,LYRA_DEFAULT_navigation,LYRA_DEFAULT_neighborDirectionBoth,LYRA_DEFAULT_neighborDirectionIn,LYRA_DEFAULT_neighborDirectionOut,LYRA_DEFAULT_neighborExpand,LYRA_DEFAULT_neighborGroupHeader,LYRA_DEFAULT_neighborListEmpty,LYRA_DEFAULT_neighborListLabel,LYRA_DEFAULT_neighborRowLabel,LYRA_DEFAULT_newMessageCount,LYRA_DEFAULT_newMessages,LYRA_DEFAULT_newMessagesCount,LYRA_DEFAULT_next,LYRA_DEFAULT_nextMonth,LYRA_DEFAULT_noColumns,LYRA_DEFAULT_noData,LYRA_DEFAULT_noMatches,LYRA_DEFAULT_noMatchesQuery,LYRA_DEFAULT_nodePaletteDragHint,LYRA_DEFAULT_nodePaletteEmpty,LYRA_DEFAULT_nodePaletteLabel,LYRA_DEFAULT_nodePalettePlaceholder,LYRA_DEFAULT_nodePaletteResultCount,LYRA_DEFAULT_notInCatalog,LYRA_DEFAULT_notebookViewerCodeCell,LYRA_DEFAULT_notebookViewerCollapseOutput,LYRA_DEFAULT_notebookViewerErrorOutput,LYRA_DEFAULT_notebookViewerInPrompt,LYRA_DEFAULT_notebookViewerInPromptEmpty,LYRA_DEFAULT_notebookViewerInvalid,LYRA_DEFAULT_notebookViewerLabel,LYRA_DEFAULT_notebookViewerMarkdownCell,LYRA_DEFAULT_notebookViewerRawCell,LYRA_DEFAULT_notebookViewerShowAllOutput,LYRA_DEFAULT_notebookViewerTooManyCells,LYRA_DEFAULT_notebookViewerUnrenderedOutput,LYRA_DEFAULT_notebookViewerUnsupportedVersion,LYRA_DEFAULT_numberInputDecrease,LYRA_DEFAULT_numberInputIncrease,LYRA_DEFAULT_open,LYRA_DEFAULT_openCalendar,LYRA_DEFAULT_openNavigation,LYRA_DEFAULT_otherCategory,LYRA_DEFAULT_otpInputIncomplete,LYRA_DEFAULT_otpInputLabel,LYRA_DEFAULT_pageRailLabel,LYRA_DEFAULT_pageRailPage,LYRA_DEFAULT_pageRailPageHighlighted,LYRA_DEFAULT_paginationApplied,LYRA_DEFAULT_paginationEmptySummary,LYRA_DEFAULT_paginationFirstPage,LYRA_DEFAULT_paginationJumpToPage,LYRA_DEFAULT_paginationLabel,LYRA_DEFAULT_paginationLastPage,LYRA_DEFAULT_paginationPage,LYRA_DEFAULT_paginationSummary,LYRA_DEFAULT_pathNodeStatus,LYRA_DEFAULT_pathRelationStatus,LYRA_DEFAULT_pathStripLabel,LYRA_DEFAULT_pause,LYRA_DEFAULT_pauseWithContext,LYRA_DEFAULT_pdfViewerCurrentZoom,LYRA_DEFAULT_pdfViewerLabel,LYRA_DEFAULT_pdfViewerMissingLibrary,LYRA_DEFAULT_pdfViewerNextPage,LYRA_DEFAULT_pdfViewerPageOf,LYRA_DEFAULT_pdfViewerPreviousPage,LYRA_DEFAULT_pdfViewerZoomIn,LYRA_DEFAULT_pdfViewerZoomOut,LYRA_DEFAULT_phoneInputIncomplete,LYRA_DEFAULT_phoneInputLabel,LYRA_DEFAULT_pinConversation,LYRA_DEFAULT_play,LYRA_DEFAULT_playWithContext,LYRA_DEFAULT_playbackPosition,LYRA_DEFAULT_playbackStepPosition,LYRA_DEFAULT_policySummaryAllowCount,LYRA_DEFAULT_policySummaryCategoryGuardrail,LYRA_DEFAULT_policySummaryCategoryPermission,LYRA_DEFAULT_policySummaryCategoryPrivacy,LYRA_DEFAULT_policySummaryCategoryTool,LYRA_DEFAULT_policySummaryDenyCount,LYRA_DEFAULT_policySummaryDetailLabel,LYRA_DEFAULT_policySummaryLabel,LYRA_DEFAULT_policySummaryNeedsReviewCount,LYRA_DEFAULT_policySummaryStateAllow,LYRA_DEFAULT_policySummaryStateDeny,LYRA_DEFAULT_policySummaryStateNeedsReview,LYRA_DEFAULT_pollInactive,LYRA_DEFAULT_pollPause,LYRA_DEFAULT_pollPaused,LYRA_DEFAULT_pollPausedAnnounce,LYRA_DEFAULT_pollRefreshing,LYRA_DEFAULT_pollRefreshingAnnounce,LYRA_DEFAULT_pollResume,LYRA_DEFAULT_pollResumedAnnounce,LYRA_DEFAULT_popover,LYRA_DEFAULT_pptxViewerFidelityNotice,LYRA_DEFAULT_pptxViewerLabel,LYRA_DEFAULT_pptxViewerNextSlide,LYRA_DEFAULT_pptxViewerPreviousSlide,LYRA_DEFAULT_pptxViewerRenderError,LYRA_DEFAULT_pptxViewerSlideOf,LYRA_DEFAULT_previous,LYRA_DEFAULT_previousMonth,LYRA_DEFAULT_progress,LYRA_DEFAULT_promptInputAttachments,LYRA_DEFAULT_promptInputControls,LYRA_DEFAULT_promptInputLabel,LYRA_DEFAULT_promptInputSources,LYRA_DEFAULT_promptQueueActionLabel,LYRA_DEFAULT_promptQueueEmpty,LYRA_DEFAULT_promptQueueItemLabel,LYRA_DEFAULT_promptQueueLabel,LYRA_DEFAULT_promptQueueSendNow,LYRA_DEFAULT_promptStudioAddMessage,LYRA_DEFAULT_promptStudioLabel,LYRA_DEFAULT_promptStudioMessageContent,LYRA_DEFAULT_promptStudioMessageRole,LYRA_DEFAULT_promptStudioMessages,LYRA_DEFAULT_promptStudioPreview,LYRA_DEFAULT_promptStudioRemoveMessage,LYRA_DEFAULT_promptStudioRoleAssistant,LYRA_DEFAULT_promptStudioRoleSystem,LYRA_DEFAULT_promptStudioRoleTool,LYRA_DEFAULT_promptStudioRoleUser,LYRA_DEFAULT_promptStudioRun,LYRA_DEFAULT_promptStudioSave,LYRA_DEFAULT_promptStudioVariableName,LYRA_DEFAULT_promptStudioVariableValue,LYRA_DEFAULT_promptStudioVariables,LYRA_DEFAULT_promptStudioVersions,LYRA_DEFAULT_provenanceChunks,LYRA_DEFAULT_provenanceCommunities,LYRA_DEFAULT_provenanceEmpty,LYRA_DEFAULT_provenanceEntities,LYRA_DEFAULT_provenancePanelLabel,LYRA_DEFAULT_provenanceRelationships,LYRA_DEFAULT_pushToTalkCancelled,LYRA_DEFAULT_pushToTalkDenied,LYRA_DEFAULT_pushToTalkError,LYRA_DEFAULT_pushToTalkHold,LYRA_DEFAULT_pushToTalkRequesting,LYRA_DEFAULT_pushToTalkStart,LYRA_DEFAULT_pushToTalkStarted,LYRA_DEFAULT_pushToTalkStop,LYRA_DEFAULT_pushToTalkStopped,LYRA_DEFAULT_pushToTalkUnsupported,LYRA_DEFAULT_qrCodeGenerationFailed,LYRA_DEFAULT_qrCodeMissingLibrary,LYRA_DEFAULT_queryBuilderAddCondition,LYRA_DEFAULT_queryBuilderBooleanFalse,LYRA_DEFAULT_queryBuilderBooleanTrue,LYRA_DEFAULT_queryBuilderCombinatorAnd,LYRA_DEFAULT_queryBuilderCombinatorLabel,LYRA_DEFAULT_queryBuilderCombinatorOr,LYRA_DEFAULT_queryBuilderEmpty,LYRA_DEFAULT_queryBuilderFieldLabel,LYRA_DEFAULT_queryBuilderFieldPlaceholder,LYRA_DEFAULT_queryBuilderLabel,LYRA_DEFAULT_queryBuilderNoFields,LYRA_DEFAULT_queryBuilderOperatorAfter,LYRA_DEFAULT_queryBuilderOperatorBefore,LYRA_DEFAULT_queryBuilderOperatorContains,LYRA_DEFAULT_queryBuilderOperatorEndsWith,LYRA_DEFAULT_queryBuilderOperatorEquals,LYRA_DEFAULT_queryBuilderOperatorGreaterThan,LYRA_DEFAULT_queryBuilderOperatorGreaterThanOrEqual,LYRA_DEFAULT_queryBuilderOperatorIn,LYRA_DEFAULT_queryBuilderOperatorIsEmpty,LYRA_DEFAULT_queryBuilderOperatorIsNotEmpty,LYRA_DEFAULT_queryBuilderOperatorLabel,LYRA_DEFAULT_queryBuilderOperatorLessThan,LYRA_DEFAULT_queryBuilderOperatorLessThanOrEqual,LYRA_DEFAULT_queryBuilderOperatorNotEquals,LYRA_DEFAULT_queryBuilderOperatorNotIn,LYRA_DEFAULT_queryBuilderOperatorOnOrAfter,LYRA_DEFAULT_queryBuilderOperatorOnOrBefore,LYRA_DEFAULT_queryBuilderOperatorPlaceholder,LYRA_DEFAULT_queryBuilderOperatorStartsWith,LYRA_DEFAULT_queryBuilderRemoveCondition,LYRA_DEFAULT_queryBuilderValueLabel,LYRA_DEFAULT_queryBuilderValuePlaceholder,LYRA_DEFAULT_radioRequired,LYRA_DEFAULT_ragAnswerCitations,LYRA_DEFAULT_ragAnswerLabel,LYRA_DEFAULT_ragAnswerRetry,LYRA_DEFAULT_ragAnswerSources,LYRA_DEFAULT_ragEvalDashboardAllSlices,LYRA_DEFAULT_ragEvalDashboardEmpty,LYRA_DEFAULT_ragEvalDashboardLabel,LYRA_DEFAULT_ragEvalDashboardRuns,LYRA_DEFAULT_ragEvalDashboardSliceUnavailable,LYRA_DEFAULT_ragEvalDashboardSlices,LYRA_DEFAULT_randomContentPause,LYRA_DEFAULT_randomContentResume,LYRA_DEFAULT_rangeEnd,LYRA_DEFAULT_rangeStart,LYRA_DEFAULT_rating,LYRA_DEFAULT_realtimeSessionConnect,LYRA_DEFAULT_realtimeSessionConnected,LYRA_DEFAULT_realtimeSessionConnecting,LYRA_DEFAULT_realtimeSessionConnectionFailed,LYRA_DEFAULT_realtimeSessionDisconnect,LYRA_DEFAULT_realtimeSessionDisconnected,LYRA_DEFAULT_realtimeSessionError,LYRA_DEFAULT_realtimeSessionInterrupt,LYRA_DEFAULT_realtimeSessionLabel,LYRA_DEFAULT_realtimeSessionMute,LYRA_DEFAULT_realtimeSessionReconnecting,LYRA_DEFAULT_realtimeSessionUnmute,LYRA_DEFAULT_regenerateResponse,LYRA_DEFAULT_remove,LYRA_DEFAULT_removeWithContext,LYRA_DEFAULT_rename,LYRA_DEFAULT_reorderItemMoved,LYRA_DEFAULT_reorderMoveCancelled,LYRA_DEFAULT_reorderMovePending,LYRA_DEFAULT_resetZoom,LYRA_DEFAULT_resizeColumn,LYRA_DEFAULT_resizeDivider,LYRA_DEFAULT_resizeNavigation,LYRA_DEFAULT_responsivePanel,LYRA_DEFAULT_restore,LYRA_DEFAULT_resultFieldLabel,LYRA_DEFAULT_retrievalCompareDenseScore,LYRA_DEFAULT_retrievalCompareEmpty,LYRA_DEFAULT_retrievalCompareFinalScore,LYRA_DEFAULT_retrievalCompareLabel,LYRA_DEFAULT_retrievalCompareOverlap,LYRA_DEFAULT_retrievalCompareRank,LYRA_DEFAULT_retrievalCompareRerankScore,LYRA_DEFAULT_retrievalCompareSparseScore,LYRA_DEFAULT_retrievalFilterChipLabel,LYRA_DEFAULT_retrievalFiltersLabel,LYRA_DEFAULT_retrievalModeHybrid,LYRA_DEFAULT_retrievalModeKeyword,LYRA_DEFAULT_retrievalModeLabel,LYRA_DEFAULT_retrievalModeVector,LYRA_DEFAULT_retrievalResultsSelectRow,LYRA_DEFAULT_retrievalSearchEmptyDescription,LYRA_DEFAULT_retrievalSearchLabel,LYRA_DEFAULT_retrievalStageEmbed,LYRA_DEFAULT_retrievalStageFilter,LYRA_DEFAULT_retrievalStageQueryRewrite,LYRA_DEFAULT_retrievalStageRerank,LYRA_DEFAULT_retrievalStageRetrieve,LYRA_DEFAULT_retrievalTraceEvidenceToggle,LYRA_DEFAULT_retry,LYRA_DEFAULT_rubricSkip,LYRA_DEFAULT_rubricSubmit,LYRA_DEFAULT_rubricSubmitAndNext,LYRA_DEFAULT_schemaMustBeObject,LYRA_DEFAULT_schemaPropertiesMustBeFlat,LYRA_DEFAULT_schemaViewerCircular,LYRA_DEFAULT_schemaViewerEmpty,LYRA_DEFAULT_schemaViewerIssueLimit,LYRA_DEFAULT_schemaViewerLabel,LYRA_DEFAULT_schemaViewerLimit,LYRA_DEFAULT_schemaViewerRequired,LYRA_DEFAULT_schemaViewerType,LYRA_DEFAULT_scoreTierHigh,LYRA_DEFAULT_scoreTierLow,LYRA_DEFAULT_scoreTierMedium,LYRA_DEFAULT_scrollNext,LYRA_DEFAULT_scrollPrevious,LYRA_DEFAULT_scrollerLabel,LYRA_DEFAULT_search,LYRA_DEFAULT_searchThreads,LYRA_DEFAULT_searchToolsPlaceholder,LYRA_DEFAULT_select,LYRA_DEFAULT_selectAllSources,LYRA_DEFAULT_selectModel,LYRA_DEFAULT_selectSelectedOverflow,LYRA_DEFAULT_selectTools,LYRA_DEFAULT_selectValueMissing,LYRA_DEFAULT_selectionAsk,LYRA_DEFAULT_selectionCite,LYRA_DEFAULT_selectionQuote,LYRA_DEFAULT_selectionToolbarLabel,LYRA_DEFAULT_sendMessage,LYRA_DEFAULT_sequenceStripCategoryCount,LYRA_DEFAULT_sequenceStripEmpty,LYRA_DEFAULT_sequenceStripUnnamedCategory,LYRA_DEFAULT_showAllColumns,LYRA_DEFAULT_showFewerColumns,LYRA_DEFAULT_showLess,LYRA_DEFAULT_showMore,LYRA_DEFAULT_showMoreCollapsed,LYRA_DEFAULT_showMoreCount,LYRA_DEFAULT_showPassword,LYRA_DEFAULT_skipToContent,LYRA_DEFAULT_sliderLabel,LYRA_DEFAULT_sourceListDefaultLabel,LYRA_DEFAULT_sourcePageSuffix,LYRA_DEFAULT_sourcePickerSelection,LYRA_DEFAULT_spanKindAgent,LYRA_DEFAULT_spanKindEmbedding,LYRA_DEFAULT_spanKindLlm,LYRA_DEFAULT_spanKindOther,LYRA_DEFAULT_spanKindRetriever,LYRA_DEFAULT_spanKindTool,LYRA_DEFAULT_spanProjectionLimit,LYRA_DEFAULT_spanStartedAtOffset,LYRA_DEFAULT_spanWaterfall,LYRA_DEFAULT_spreadsheetViewerLabel,LYRA_DEFAULT_spreadsheetViewerUnavailable,LYRA_DEFAULT_stackTraceHideFrames,LYRA_DEFAULT_stackTraceLabel,LYRA_DEFAULT_stackTraceLimit,LYRA_DEFAULT_stackTraceShowFrames,LYRA_DEFAULT_statTrendAnnouncement,LYRA_DEFAULT_statTrendBad,LYRA_DEFAULT_statTrendDecreased,LYRA_DEFAULT_statTrendGood,LYRA_DEFAULT_statTrendIncreased,LYRA_DEFAULT_statusDenied,LYRA_DEFAULT_statusError,LYRA_DEFAULT_statusPending,LYRA_DEFAULT_statusRunning,LYRA_DEFAULT_statusSkipped,LYRA_DEFAULT_statusSuccess,LYRA_DEFAULT_stopGenerating,LYRA_DEFAULT_streamRecoverAnnounce,LYRA_DEFAULT_streamStallAnnounce,LYRA_DEFAULT_streamStallClearedAnnounce,LYRA_DEFAULT_streamStalled,LYRA_DEFAULT_subagentPanelCancelRun,LYRA_DEFAULT_subagentPanelEmpty,LYRA_DEFAULT_subagentPanelLabel,LYRA_DEFAULT_subagentPanelLimit,LYRA_DEFAULT_subagentPanelRetry,LYRA_DEFAULT_subagentPanelRetryRun,LYRA_DEFAULT_suggestionsLabel,LYRA_DEFAULT_svgViewerLabel,LYRA_DEFAULT_switchRequired,LYRA_DEFAULT_tableEditCell,LYRA_DEFAULT_tableFilterLabel,LYRA_DEFAULT_tableFilterPlaceholder,LYRA_DEFAULT_tableLoading,LYRA_DEFAULT_taskListCompletedOfTotal,LYRA_DEFAULT_taskListLabel,LYRA_DEFAULT_taskListStepCompletedAnnounce,LYRA_DEFAULT_taskListStepFailedAnnounce,LYRA_DEFAULT_taskListStepStartedAnnounce,LYRA_DEFAULT_temperature,LYRA_DEFAULT_terminalDownload,LYRA_DEFAULT_terminalHighlightLine,LYRA_DEFAULT_terminalLabel,LYRA_DEFAULT_testResultsCollapseTest,LYRA_DEFAULT_testResultsCompleteAnnounce,LYRA_DEFAULT_testResultsExpandTest,LYRA_DEFAULT_testResultsFailed,LYRA_DEFAULT_testResultsFilterLabel,LYRA_DEFAULT_testResultsLabel,LYRA_DEFAULT_testResultsLimit,LYRA_DEFAULT_testResultsPassed,LYRA_DEFAULT_testResultsRunning,LYRA_DEFAULT_testResultsSkipped,LYRA_DEFAULT_textareaCharacterCount,LYRA_DEFAULT_textareaCharactersRemaining,LYRA_DEFAULT_textareaLabel,LYRA_DEFAULT_thinking,LYRA_DEFAULT_thinkingPanelLabel,LYRA_DEFAULT_thoughtFor,LYRA_DEFAULT_threadGroupArchived,LYRA_DEFAULT_threadGroupCollapse,LYRA_DEFAULT_threadGroupExpand,LYRA_DEFAULT_threadGroupPinned,LYRA_DEFAULT_threadGroupPrevious30Days,LYRA_DEFAULT_threadGroupPrevious7Days,LYRA_DEFAULT_threadGroupToday,LYRA_DEFAULT_threadGroupYesterday,LYRA_DEFAULT_threadListEmpty,LYRA_DEFAULT_threadListLabel,LYRA_DEFAULT_threadListMatchAnnounce,LYRA_DEFAULT_timeInputDayPeriod,LYRA_DEFAULT_timeInputEmptySegment,LYRA_DEFAULT_timeInputHour,LYRA_DEFAULT_timeInputInvalid,LYRA_DEFAULT_timeInputLabel,LYRA_DEFAULT_timeInputMaxMessage,LYRA_DEFAULT_timeInputMinMessage,LYRA_DEFAULT_timeInputMinute,LYRA_DEFAULT_timeInputNow,LYRA_DEFAULT_timeInputOpen,LYRA_DEFAULT_timeInputPopup,LYRA_DEFAULT_timeInputRangeMessage,LYRA_DEFAULT_timeInputSecond,LYRA_DEFAULT_timeInputStepMessage,LYRA_DEFAULT_timeline,LYRA_DEFAULT_toastContentIncomplete,LYRA_DEFAULT_toastOverflow,LYRA_DEFAULT_tokenInputEditWithContext,LYRA_DEFAULT_tokenInputRequired,LYRA_DEFAULT_tokensIn,LYRA_DEFAULT_tokensOut,LYRA_DEFAULT_toolApprovalArgsLabel,LYRA_DEFAULT_toolApprovalGenericTool,LYRA_DEFAULT_toolApprovalHeading,LYRA_DEFAULT_toolCall,LYRA_DEFAULT_toolCount,LYRA_DEFAULT_toolParamBooleanFalse,LYRA_DEFAULT_toolParamBooleanTrue,LYRA_DEFAULT_toolParamBooleanUnset,LYRA_DEFAULT_toolParamMissingProperty,LYRA_DEFAULT_toolParamSchemaLimit,LYRA_DEFAULT_toolSelectCustomizeHint,LYRA_DEFAULT_toolSelectLimit,LYRA_DEFAULT_toolSelectNoneAvailable,LYRA_DEFAULT_toolSelectSummary,LYRA_DEFAULT_toolTimelineDetailsFor,LYRA_DEFAULT_toolTimelineLimit,LYRA_DEFAULT_tourDone,LYRA_DEFAULT_tourSkip,LYRA_DEFAULT_tourStepOf,LYRA_DEFAULT_traceTree,LYRA_DEFAULT_traceTreeMetricLabel,LYRA_DEFAULT_traceTreeSpanStatus,LYRA_DEFAULT_transcriptFeedEmpty,LYRA_DEFAULT_transcriptFeedInterim,LYRA_DEFAULT_transcriptFeedLabel,LYRA_DEFAULT_treeNodeMoved,LYRA_DEFAULT_trendOf,LYRA_DEFAULT_trendUnchanged,LYRA_DEFAULT_unarchiveConversation,LYRA_DEFAULT_unpinConversation,LYRA_DEFAULT_unsupportedFieldType,LYRA_DEFAULT_untitledCommunity,LYRA_DEFAULT_untitledConversation,LYRA_DEFAULT_untitledEntity,LYRA_DEFAULT_untitledSource,LYRA_DEFAULT_usageBadgeCostLabel,LYRA_DEFAULT_usageBadgeLabel,LYRA_DEFAULT_usageBadgeLatencyLabel,LYRA_DEFAULT_usageBadgeTokensIn,LYRA_DEFAULT_usageBadgeTokensInLabel,LYRA_DEFAULT_usageBadgeTokensOut,LYRA_DEFAULT_usageBadgeTokensOutLabel,LYRA_DEFAULT_usageBadgeTotalTokensLabel,LYRA_DEFAULT_useDefaultTools,LYRA_DEFAULT_valueInvalid,LYRA_DEFAULT_valueMustBeSerializable,LYRA_DEFAULT_videoCaptions,LYRA_DEFAULT_videoCaptionsOff,LYRA_DEFAULT_videoEnterFullscreen,LYRA_DEFAULT_videoExitFullscreen,LYRA_DEFAULT_videoExitPictureInPicture,LYRA_DEFAULT_videoMute,LYRA_DEFAULT_videoPictureInPicture,LYRA_DEFAULT_videoPlaybackSpeed,LYRA_DEFAULT_videoPlayerLabel,LYRA_DEFAULT_videoPlaylistLabel,LYRA_DEFAULT_videoPlaylistUntitled,LYRA_DEFAULT_videoUnmute,LYRA_DEFAULT_videoVolume,LYRA_DEFAULT_viewerHighlightLabel,LYRA_DEFAULT_viewerSearchActiveMatch,LYRA_DEFAULT_viewerSearchMatchCount,LYRA_DEFAULT_viewerSearchNoMatches,LYRA_DEFAULT_voice,LYRA_DEFAULT_voicePickerNoVoices,LYRA_DEFAULT_voicePickerPreview,LYRA_DEFAULT_voicePickerRequired,LYRA_DEFAULT_voicePickerStopPreview,LYRA_DEFAULT_widgetCollapse,LYRA_DEFAULT_widgetExitFullscreen,LYRA_DEFAULT_widgetExpand,LYRA_DEFAULT_widgetExpandToFullscreen,LYRA_DEFAULT_widgetFullscreenPanel,LYRA_DEFAULT_widgetViewGroup,LYRA_DEFAULT_wordCloud,LYRA_DEFAULT_wordCloudLegend,LYRA_DEFAULT_wordCloudWord,LYRA_DEFAULT_wordCloudWordAnnouncement,LYRA_DEFAULT_wordCloudWords,LYRA_DEFAULT_xmlViewerChildCount,LYRA_DEFAULT_xmlViewerCollapseNode,LYRA_DEFAULT_xmlViewerCopyDocument,LYRA_DEFAULT_xmlViewerCopyNode,LYRA_DEFAULT_xmlViewerExpandNode,LYRA_DEFAULT_xmlViewerLabel,LYRA_DEFAULT_xmlViewerParseError,LYRA_DEFAULT_xmlViewerTooManyNodes,LYRA_DEFAULT_zoomControls,LYRA_DEFAULT_zoomIn,LYRA_DEFAULT_zoomOut,LYRA_DEFAULT_zoomToFit,LYRA_DEFAULT_zoomableFrameLabel};
5
+ {country}`,LYRA_DEFAULT_contactViewerAddressLabel="Address",LYRA_DEFAULT_contactViewerEmailLabel="Email",LYRA_DEFAULT_contactViewerLabel="Contact viewer",LYRA_DEFAULT_contactViewerNoContacts="No contacts found in this file.",LYRA_DEFAULT_contactViewerOrganization="Organization: {value}",LYRA_DEFAULT_contactViewerPhoneLabel="Phone",LYRA_DEFAULT_contactViewerTypeCell="Mobile",LYRA_DEFAULT_contactViewerTypeFax="Fax",LYRA_DEFAULT_contactViewerTypeHome="Home",LYRA_DEFAULT_contactViewerTypeInternet="Internet",LYRA_DEFAULT_contactViewerTypePreferred="Preferred",LYRA_DEFAULT_contactViewerTypeVoice="Voice",LYRA_DEFAULT_contactViewerTypeWork="Work",LYRA_DEFAULT_contactViewerTypedValue="{value} ({types})",LYRA_DEFAULT_contactViewerUnnamedContact="Unnamed contact",LYRA_DEFAULT_contextInspectorCopyLabel="Copy assembled context",LYRA_DEFAULT_contextInspectorEmpty="No context segments",LYRA_DEFAULT_contextInspectorLabel="Context inspector",LYRA_DEFAULT_contextInspectorRedacted="Redacted",LYRA_DEFAULT_contextInspectorSegmentTokens="{tokens} tokens",LYRA_DEFAULT_contextInspectorTruncated="Truncated",LYRA_DEFAULT_contextInspectorTruncatedCount="Truncated \u2014 {count} tokens omitted",LYRA_DEFAULT_contextMeterLabeledSummary="{label}: {summary}",LYRA_DEFAULT_contextMeterSegmentLabel="{label}: {count}",LYRA_DEFAULT_contextMeterUsed="{used} used",LYRA_DEFAULT_contextMeterUsedOfTotal="{used} of {total} used",LYRA_DEFAULT_convertingDocument="Converting document\u2026",LYRA_DEFAULT_copied="Copied!",LYRA_DEFAULT_copiedToClipboard="Copied to clipboard",LYRA_DEFAULT_copy="Copy",LYRA_DEFAULT_copyCode="Copy code",LYRA_DEFAULT_copyDiff="Copy diff",LYRA_DEFAULT_copyFailed="Copy failed",LYRA_DEFAULT_copyJson="Copy JSON to clipboard",LYRA_DEFAULT_cost="Cost",LYRA_DEFAULT_csvViewerLabel="CSV document",LYRA_DEFAULT_csvViewerUnavailable="CSV preview is unavailable.",LYRA_DEFAULT_dashboardCellCollisionRejected="{label} cannot be placed there because it overlaps another cell.",LYRA_DEFAULT_dashboardCellMoved="{label} moved to column {x}, row {y}.",LYRA_DEFAULT_dashboardCellResized="{label} resized to width {w}, height {h}.",LYRA_DEFAULT_dashboardGridLabel="Dashboard grid",LYRA_DEFAULT_dataGridColumnMenu="Options for {label}",LYRA_DEFAULT_dataGridPinEnd="Pin {label} to end",LYRA_DEFAULT_dataGridPinStart="Pin {label} to start",LYRA_DEFAULT_dataGridRowsPerPage="Rows per page",LYRA_DEFAULT_dataGridTreeLimitReached="Additional nested rows were omitted because the data-grid tree limit was reached.",LYRA_DEFAULT_dataGridUnpin="Unpin {label}",LYRA_DEFAULT_datasetViewerCaption="{count} rows",LYRA_DEFAULT_datasetViewerCaptionNamed="{name}: {count} rows",LYRA_DEFAULT_datasetViewerEmpty="This dataset has no rows.",LYRA_DEFAULT_datasetViewerMissingParser='This viewer needs the optional "papaparse" package installed to parse this file.',LYRA_DEFAULT_date="Date",LYRA_DEFAULT_dateInputFutureDisabled="Date cannot be in the future.",LYRA_DEFAULT_dateInputInvalid="Enter a valid date.",LYRA_DEFAULT_dateInputMaxMessage="Date must be on or before {max}.",LYRA_DEFAULT_dateInputMinMessage="Date must be on or after {min}.",LYRA_DEFAULT_dateInputPastDisabled="Date cannot be in the past.",LYRA_DEFAULT_deleteConversation="Delete conversation",LYRA_DEFAULT_deny="Deny",LYRA_DEFAULT_details="Details",LYRA_DEFAULT_diffViewHiddenLines={one:"{count} unchanged line",other:"{count} unchanged lines"},LYRA_DEFAULT_diffViewNewLabel="Modified",LYRA_DEFAULT_diffViewOldLabel="Original",LYRA_DEFAULT_diffViewTooLarge="Diff is too large to display.",LYRA_DEFAULT_dockPanelCollapse="Collapse panel",LYRA_DEFAULT_dockPanelExpand="Expand panel",LYRA_DEFAULT_dockPanelResize="Resize panel",LYRA_DEFAULT_documentCompareLabel="Document comparison",LYRA_DEFAULT_documentCompareNewVersion="New version",LYRA_DEFAULT_documentCompareNoVersion="No version provided.",LYRA_DEFAULT_documentCompareOldVersion="Old version",LYRA_DEFAULT_documentLibraryClearSelection="Clear selection",LYRA_DEFAULT_documentLibraryEmptyHeading="No documents yet",LYRA_DEFAULT_documentLibraryFilterByTag="Filter by tag",LYRA_DEFAULT_documentLibraryFreshnessAging="Aging",LYRA_DEFAULT_documentLibraryFreshnessColumn="Freshness",LYRA_DEFAULT_documentLibraryFreshnessFresh="Fresh",LYRA_DEFAULT_documentLibraryFreshnessStale="Stale",LYRA_DEFAULT_documentLibraryLabel="Document library",LYRA_DEFAULT_documentLibraryNameColumn="Name",LYRA_DEFAULT_documentLibraryNoMatchesHeading="No matching documents",LYRA_DEFAULT_documentLibraryOwnerColumn="Owner",LYRA_DEFAULT_documentLibrarySearchPlaceholder="Search documents",LYRA_DEFAULT_documentLibrarySelectAll="Select all documents",LYRA_DEFAULT_documentLibrarySelectColumn="Select",LYRA_DEFAULT_documentLibrarySelectDocument="Select {name}",LYRA_DEFAULT_documentLibrarySelectedCount="{count} selected",LYRA_DEFAULT_documentLibraryTagsColumn="Tags",LYRA_DEFAULT_documentLibraryTypeColumn="Type",LYRA_DEFAULT_documentLibraryUpdatedColumn="Updated",LYRA_DEFAULT_documentLibraryVersionColumn="Version",LYRA_DEFAULT_documentPreviewAlt="Document preview",LYRA_DEFAULT_documentPreviewEmpty="No {type} to display.",LYRA_DEFAULT_documentPreviewFailedToLoad="Failed to load document.",LYRA_DEFAULT_documentPreviewGenericError="Something went wrong.",LYRA_DEFAULT_documentPreviewGenericFile="this file",LYRA_DEFAULT_documentPreviewNotAvailable="Preview not available for {label}.",LYRA_DEFAULT_documentPreviewResourceTooLarge="This document is too large to preview.",LYRA_DEFAULT_documentPreviewTypeCalendar="calendar",LYRA_DEFAULT_documentPreviewTypeContact="contact",LYRA_DEFAULT_documentPreviewTypeDataset="dataset",LYRA_DEFAULT_documentPreviewTypeDocument="document",LYRA_DEFAULT_documentPreviewTypeEmail="email",LYRA_DEFAULT_documentPreviewTypeImage="image",LYRA_DEFAULT_documentPreviewUrlNotAllowed="Document URL is not allowed.",LYRA_DEFAULT_documentViewerLabel="Document viewer",LYRA_DEFAULT_documentViewerMissingSanitizer='This viewer needs the optional "dompurify" package installed to render safely.',LYRA_DEFAULT_docxViewerLabel="Word document",LYRA_DEFAULT_docxViewerMissingConverter='This viewer needs the optional "mammoth" package installed to convert this document.',LYRA_DEFAULT_download="Download",LYRA_DEFAULT_drilldownDocuments="Documents",LYRA_DEFAULT_drilldownEmpty="No item selected",LYRA_DEFAULT_drilldownRuns="Agent runs",LYRA_DEFAULT_dropzoneRejectedType="This file type is not accepted.",LYRA_DEFAULT_dropzoneReleaseToAdd="Release to add the file.",LYRA_DEFAULT_duration="Duration",LYRA_DEFAULT_durationMilliseconds="{value}ms",LYRA_DEFAULT_durationSeconds="{value}s",LYRA_DEFAULT_ebookViewerLoadError="Failed to load the ebook.",LYRA_DEFAULT_ebookViewerNextChapter="Next chapter",LYRA_DEFAULT_ebookViewerPreviousChapter="Previous chapter",LYRA_DEFAULT_ebookViewerRegionLabel="Ebook content",LYRA_DEFAULT_edit="Edit",LYRA_DEFAULT_editMessage="Edit message",LYRA_DEFAULT_elapsedMinutesSecondsTemplate="{minutes}m {seconds}s",LYRA_DEFAULT_emailViewerAttachments="Attachments",LYRA_DEFAULT_emailViewerDate="Date",LYRA_DEFAULT_emailViewerFrom="From",LYRA_DEFAULT_emailViewerGroupAddress="{name}: {members}",LYRA_DEFAULT_emailViewerHideQuoted="Hide quoted text",LYRA_DEFAULT_emailViewerLabel="Email viewer",LYRA_DEFAULT_emailViewerMissingParser='This viewer needs the optional "postal-mime" package installed to parse this message.',LYRA_DEFAULT_emailViewerNoSubject="(no subject)",LYRA_DEFAULT_emailViewerOpenAttachment="Open {filename}",LYRA_DEFAULT_emailViewerShowQuoted="Show quoted text",LYRA_DEFAULT_emailViewerSubject="Subject",LYRA_DEFAULT_emailViewerTo="To",LYRA_DEFAULT_embeddingExplorerEmpty="No embedding points",LYRA_DEFAULT_embeddingExplorerLabel="Embedding explorer",LYRA_DEFAULT_embeddingExplorerPoint="{label}, embedding point {index}",LYRA_DEFAULT_emojiPickerEmpty="No emoji found",LYRA_DEFAULT_emojiPickerGridLabel="Emoji",LYRA_DEFAULT_emojiPickerGroupActivities="Activities",LYRA_DEFAULT_emojiPickerGroupAnimalsNature="Animals & Nature",LYRA_DEFAULT_emojiPickerGroupComponent="Component",LYRA_DEFAULT_emojiPickerGroupFlags="Flags",LYRA_DEFAULT_emojiPickerGroupFoodDrink="Food & Drink",LYRA_DEFAULT_emojiPickerGroupObjects="Objects",LYRA_DEFAULT_emojiPickerGroupPeopleBody="People & Body",LYRA_DEFAULT_emojiPickerGroupSmileysEmotion="Smileys & Emotion",LYRA_DEFAULT_emojiPickerGroupSymbols="Symbols",LYRA_DEFAULT_emojiPickerGroupTravelPlaces="Travel & Places",LYRA_DEFAULT_emojiPickerGroupUnknown="Group {group}",LYRA_DEFAULT_emojiPickerLoadError="Could not load emoji.",LYRA_DEFAULT_emojiPickerSearchLabel="Search emoji",LYRA_DEFAULT_entityChipWithType="{label}, {type}",LYRA_DEFAULT_entityCommunity="Community",LYRA_DEFAULT_entityDegree="Connections",LYRA_DEFAULT_envListCopy="Copy {name}",LYRA_DEFAULT_envListHide="Hide {name}",LYRA_DEFAULT_envListLabel="Environment variables",LYRA_DEFAULT_envListReveal="Reveal {name}",LYRA_DEFAULT_envListValueHidden="Value hidden",LYRA_DEFAULT_evalDatasetAddExample="Add example",LYRA_DEFAULT_evalDatasetColumnExpectedOutput="Expected output",LYRA_DEFAULT_evalDatasetColumnInput="Input",LYRA_DEFAULT_evalDatasetColumnTags="Tags",LYRA_DEFAULT_evalDatasetEmpty="No examples yet.",LYRA_DEFAULT_evalDatasetImportLabel="Import examples",LYRA_DEFAULT_evalDatasetLabel="Evaluation examples",LYRA_DEFAULT_evalDatasetNoMatches="No examples match the current filters.",LYRA_DEFAULT_evalDatasetRemoveExample="Remove example",LYRA_DEFAULT_evalDatasetSearchLabel="Search examples",LYRA_DEFAULT_evalDatasetTagFilterLabel="Filter by tag",LYRA_DEFAULT_evaluationDashboardLabel="Evaluation dashboard",LYRA_DEFAULT_evaluationDashboardNoRuns="No evaluation runs yet",LYRA_DEFAULT_evaluationDashboardRunsLabel="Evaluation runs",LYRA_DEFAULT_evaluationRunExampleCancelledAnnounce="{label} cancelled",LYRA_DEFAULT_evaluationRunExampleCompletedAnnounce="{label} completed",LYRA_DEFAULT_evaluationRunExampleFailedAnnounce="{label} failed",LYRA_DEFAULT_evaluationRunExampleLabel="Example {index}",LYRA_DEFAULT_evaluationRunExampleStartedAnnounce="{label} started",LYRA_DEFAULT_evaluationRunExampleWaitingApprovalAnnounce="{label} needs approval",LYRA_DEFAULT_evaluationRunExampleWaitingInputAnnounce="{label} needs input",LYRA_DEFAULT_evaluationRunFailedCount="{count} failed",LYRA_DEFAULT_evaluationRunGroundingHeading="Grounding",LYRA_DEFAULT_evaluationRunInputHeading="Input",LYRA_DEFAULT_evaluationRunLabel="Evaluation run",LYRA_DEFAULT_evaluationRunOutputHeading="Output",LYRA_DEFAULT_evaluationRunProgressLabel="Evaluation batch progress",LYRA_DEFAULT_evaluationRunProgressSummary="{completed} of {total} examples complete",LYRA_DEFAULT_evaluationRunRunningCount="{count} running",LYRA_DEFAULT_evaluationRunStatusCancelled="Cancelled",LYRA_DEFAULT_evaluationRunStatusIdle="Idle",LYRA_DEFAULT_evaluationRunStatusWaitingApproval="Waiting for approval",LYRA_DEFAULT_evaluationRunStatusWaitingInput="Waiting for input",LYRA_DEFAULT_evaluationRunToolTraceHeading="Tool trace",LYRA_DEFAULT_expand="Expand",LYRA_DEFAULT_expandCode="Expand code",LYRA_DEFAULT_expandMessage="Expand message",LYRA_DEFAULT_exportButtonLabel="Export",LYRA_DEFAULT_exportFormatMenuLabel="{label} format",LYRA_DEFAULT_feedbackCommentLabel="Add a comment",LYRA_DEFAULT_feedbackCommentPlaceholder="Add more detail (optional)",LYRA_DEFAULT_feedbackNegative="Bad response",LYRA_DEFAULT_feedbackPositive="Good response",LYRA_DEFAULT_feedbackReasonsLabel="Choose a reason",LYRA_DEFAULT_feedbackSubmit="Submit feedback",LYRA_DEFAULT_feedbackSubmitted="Feedback submitted",LYRA_DEFAULT_fieldMustBeBoolean="Must be a boolean.",LYRA_DEFAULT_fieldMustBeInteger="Must be a whole number.",LYRA_DEFAULT_fieldMustBeNumber="Must be a finite number.",LYRA_DEFAULT_fieldMustBeOneOf="Must be one of: {values}.",LYRA_DEFAULT_fieldMustBeString="Must be a string.",LYRA_DEFAULT_fieldMustEqual="Must equal {value}.",LYRA_DEFAULT_fieldRequired="This field is required.",LYRA_DEFAULT_fileInputAcceptedMany="{count} files added.",LYRA_DEFAULT_fileInputAcceptedOne="{count} file added.",LYRA_DEFAULT_fileInputDefaultLabel="Drop files here or click to browse",LYRA_DEFAULT_fileInputFolderRejected="Folders are not accepted here.",LYRA_DEFAULT_fileInputRejectedCount="{filename}: only one file can be selected at a time.",LYRA_DEFAULT_fileInputRejectedLimit="{filename}: the folder contains too many entries.",LYRA_DEFAULT_fileInputRejectedMany="{count} files rejected.",LYRA_DEFAULT_fileInputRejectedOne="{count} file rejected.",LYRA_DEFAULT_fileInputRejectedRead="{filename}: the file could not be read.",LYRA_DEFAULT_fileInputRejectedSize="{filename}: this file is too large.",LYRA_DEFAULT_fileInputRejectedType="{filename}: this file type is not accepted.",LYRA_DEFAULT_fileSizeUnitB="B",LYRA_DEFAULT_fileSizeUnitGb="GB",LYRA_DEFAULT_fileSizeUnitKb="KB",LYRA_DEFAULT_fileSizeUnitMb="MB",LYRA_DEFAULT_fileSizeUnitTb="TB",LYRA_DEFAULT_fileTreeDiffSummary="+{additions} -{deletions}",LYRA_DEFAULT_fileTreeLabel="Files",LYRA_DEFAULT_fileTypeArchive="Archive",LYRA_DEFAULT_fileTypeAudio="Audio",LYRA_DEFAULT_fileTypeCode="Code file",LYRA_DEFAULT_fileTypeFile="File",LYRA_DEFAULT_fileTypeImage="Image",LYRA_DEFAULT_fileTypePdf="PDF",LYRA_DEFAULT_fileTypePresentation="Presentation",LYRA_DEFAULT_fileTypeSpreadsheet="Spreadsheet",LYRA_DEFAULT_fileTypeText="Text file",LYRA_DEFAULT_fileTypeVideo="Video",LYRA_DEFAULT_fileTypeWithSize="{label} ({size})",LYRA_DEFAULT_fileTypeWord="Word document",LYRA_DEFAULT_filterBarActiveFilters="Active filters",LYRA_DEFAULT_filterBarReset="Reset filters",LYRA_DEFAULT_flagLoadError="Flag unavailable",LYRA_DEFAULT_flowCanvasLabel="Workflow canvas",LYRA_DEFAULT_flowCanvasLayoutLimit="Some edge-ordering detail was omitted because the flow layout work limit was reached.",LYRA_DEFAULT_flowCanvasSummary="Workflow with {nodeCount} nodes and {edgeCount} edges",LYRA_DEFAULT_flowConnectCancelled="Connection cancelled",LYRA_DEFAULT_flowConnectCommitted="Connected {source} to {target}",LYRA_DEFAULT_flowConnectStarted="Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",LYRA_DEFAULT_flowConnectTarget="Connecting {source} to {target} ({index} of {total})",LYRA_DEFAULT_flowControlsLabel="Canvas controls",LYRA_DEFAULT_flowEdge="Edge from {source} to {target}",LYRA_DEFAULT_flowEdgeList="Workflow edges",LYRA_DEFAULT_flowEdgeWithLabel="{label}, edge from {source} to {target}",LYRA_DEFAULT_flowInputHandle="Input {id}",LYRA_DEFAULT_flowItemAnnouncement="{item} ({index} of {total})",LYRA_DEFAULT_flowLockCanvas="Lock canvas",LYRA_DEFAULT_flowMinimapInstructions="Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",LYRA_DEFAULT_flowMinimapLabel="Workflow overview",LYRA_DEFAULT_flowMinimapViewport="Visible area",LYRA_DEFAULT_flowMinimapViewportChanged="Position {x}, {y}. Zoom {zoom}.",LYRA_DEFAULT_flowNode="Node {label}",LYRA_DEFAULT_flowNodeDeselected="{label} deselected",LYRA_DEFAULT_flowNodeMoved="Moved {label} to {x}, {y}",LYRA_DEFAULT_flowNodeSelected="{label} selected",LYRA_DEFAULT_flowOutputHandle="Output {id}",LYRA_DEFAULT_flowRunStatusCount="{status}: {count}",LYRA_DEFAULT_flowRunStatusLabel="Run status",LYRA_DEFAULT_flowRunStepStatus="{label}: {status}",LYRA_DEFAULT_flowRunSummary="{done} of {total} steps complete",LYRA_DEFAULT_flowSelectionCleared="Selection cleared",LYRA_DEFAULT_flowStatusWithDetail="{status} \u2014 {detail}",LYRA_DEFAULT_flowStatusWithDuration="{status} ({duration})",LYRA_DEFAULT_focusInGraph="Focus in graph",LYRA_DEFAULT_gaugeLabel="Gauge",LYRA_DEFAULT_gaugeValueLabel="{label}: {value}",LYRA_DEFAULT_generationStatusElapsedSeconds="{seconds}s",LYRA_DEFAULT_generationStatusThroughput="{rate} tok/s",LYRA_DEFAULT_generationStatusTokenCount="{count} token",LYRA_DEFAULT_generationStatusTokensCount="{count} tokens",LYRA_DEFAULT_geojsonViewFeatureCount={one:"{count} feature",other:"{count} features"},LYRA_DEFAULT_geojsonViewInvalid="This file is not valid GeoJSON.",LYRA_DEFAULT_geojsonViewLabel="Map",LYRA_DEFAULT_geojsonViewMissingMapLibrary="Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",LYRA_DEFAULT_gitStatusAdded="Added",LYRA_DEFAULT_gitStatusConflicted="Conflicted",LYRA_DEFAULT_gitStatusDeleted="Deleted",LYRA_DEFAULT_gitStatusIgnored="Ignored",LYRA_DEFAULT_gitStatusModified="Modified",LYRA_DEFAULT_gitStatusRenamed="Renamed",LYRA_DEFAULT_gitStatusUntracked="Untracked",LYRA_DEFAULT_graphCommunity="Community {label}, {count} nodes",LYRA_DEFAULT_graphDataList="Graph data",LYRA_DEFAULT_graphDiagram="Node-link diagram with {nodeCount} nodes and {linkCount} links",LYRA_DEFAULT_graphExpandableItem="{item}, expandable",LYRA_DEFAULT_graphExplorerFindPath="Find path",LYRA_DEFAULT_graphExplorerLabel="Knowledge graph explorer",LYRA_DEFAULT_graphExplorerPin="Pin",LYRA_DEFAULT_graphExplorerPinned="{label} pinned",LYRA_DEFAULT_graphExplorerPinnedHeading="Pinned",LYRA_DEFAULT_graphExplorerSearchPlaceholder="Search entities\u2026",LYRA_DEFAULT_graphExplorerSearchResultsLabel="Search results",LYRA_DEFAULT_graphExplorerUnpin="Unpin",LYRA_DEFAULT_graphExplorerUnpinned="{label} unpinned",LYRA_DEFAULT_graphItemAnnouncement="{item} ({index} of {total})",LYRA_DEFAULT_graphLegendLabel="Graph legend",LYRA_DEFAULT_graphLink="Link from {source} to {target}",LYRA_DEFAULT_graphMissingLibrary='This component needs the optional "d3" package installed to render the graph.',LYRA_DEFAULT_graphNode="Node {label}",LYRA_DEFAULT_graphNodeFocused="Centered on {label}",LYRA_DEFAULT_graphNodesHidden="{hidden} of {total} nodes hidden",LYRA_DEFAULT_graphQueryBuilderLabel="Graph query builder",LYRA_DEFAULT_graphQueryDeleteWithContext="Delete {name}",LYRA_DEFAULT_graphQueryDirectionLabel="Direction",LYRA_DEFAULT_graphQueryEndLabel="End entity",LYRA_DEFAULT_graphQueryHopRangeInvalid="Maximum hops must be at least the minimum.",LYRA_DEFAULT_graphQueryLoadWithContext="Load {name}",LYRA_DEFAULT_graphQueryMaxHopsLabel="Maximum hops",LYRA_DEFAULT_graphQueryMinHopsLabel="Minimum hops",LYRA_DEFAULT_graphQueryNodeTypeLabel="Node type",LYRA_DEFAULT_graphQueryRelationshipTypeLabel="Relationship type",LYRA_DEFAULT_graphQueryRun="Run query",LYRA_DEFAULT_graphQuerySaveButton="Save query",LYRA_DEFAULT_graphQuerySaveNameLabel="Query name",LYRA_DEFAULT_graphQuerySavedQueriesLabel="Saved queries",LYRA_DEFAULT_graphQueryStartLabel="Start entity",LYRA_DEFAULT_graphSelectionCount="{count} selected",LYRA_DEFAULT_graphTypedNode="{label} ({type})",LYRA_DEFAULT_groundingSummaryConfidenceLabel="Confidence",LYRA_DEFAULT_groundingSummaryCoverageLabel="Citation coverage",LYRA_DEFAULT_groundingSummaryEmpty="No grounding assessment available",LYRA_DEFAULT_groundingSummaryEvidenceHeading="Evidence",LYRA_DEFAULT_groundingSummaryEvidenceSpan="Characters {start}\u2013{end}",LYRA_DEFAULT_groundingSummaryLabel="Grounding summary",LYRA_DEFAULT_groundingSummarySupportedLabel="Supported claims",LYRA_DEFAULT_groundingSummaryUnsupportedLabel="Unsupported claims",LYRA_DEFAULT_groundingSummaryWarningsHeading="Warnings",LYRA_DEFAULT_handoffFromToAgent="Transferred from {from} to {to}",LYRA_DEFAULT_handoffLabel="Agent handoff",LYRA_DEFAULT_handoffToAgent="Transferred to {agent}",LYRA_DEFAULT_heatmapCalendarCellLabel="{date}: {value}",LYRA_DEFAULT_heatmapCalendarLabel="Calendar heatmap of {days} days, {label} range {range}",LYRA_DEFAULT_heatmapDecorationLimit="Only the first {count} heatmap colors, legend stops, and annotations are shown.",LYRA_DEFAULT_heatmapDefaultColLabel="col {n}",LYRA_DEFAULT_heatmapDefaultRowLabel="row {n}",LYRA_DEFAULT_heatmapMatrixCellLabel="Row {row}, Col {col}: {value}",LYRA_DEFAULT_heatmapMatrixLabel="Heatmap of {rows} \xD7 {cols} cells, {label} range {range}",LYRA_DEFAULT_heatmapNoDataValue="no data",LYRA_DEFAULT_heatmapProjectionLimit="Only the first {count} heatmap cells are shown.",LYRA_DEFAULT_heatmapSelectedCellLabel="Selected: {cell}.",LYRA_DEFAULT_heatmapValueLabel="value",LYRA_DEFAULT_hidePassword="Hide password",LYRA_DEFAULT_highlightLayerLabel="Highlights",LYRA_DEFAULT_highlightOfTotal="Highlight {index} of {total}",LYRA_DEFAULT_highlightWithLabel="Highlight: {label}",LYRA_DEFAULT_histogramFrequency="Frequency",LYRA_DEFAULT_htmlViewerLabel="HTML document",LYRA_DEFAULT_iconButtonLabel="Button",LYRA_DEFAULT_iconLoadError="The icon failed to load.",LYRA_DEFAULT_iconSanitizerMissing='This icon needs the optional "dompurify" package installed to render safely.',LYRA_DEFAULT_iconTooLarge="The icon file is too large to display.",LYRA_DEFAULT_imageComparerLabel="Image comparison",LYRA_DEFAULT_imageViewerAnnotate="Annotate",LYRA_DEFAULT_imageViewerAnnotationAdded="Region added.",LYRA_DEFAULT_imageViewerAnnotationBoxPosition="Region at {x} percent, {y} percent, {width} by {height} percent.",LYRA_DEFAULT_imageViewerAnnotationCancelled="Region cancelled.",LYRA_DEFAULT_imageViewerAnnotationHint="Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",LYRA_DEFAULT_imageViewerFailedToLoad="The image failed to load.",LYRA_DEFAULT_imageViewerFitActual="Actual size",LYRA_DEFAULT_imageViewerFitContain="Fit image",LYRA_DEFAULT_imageViewerFitLabel="Fit",LYRA_DEFAULT_imageViewerFitWidth="Fit width",LYRA_DEFAULT_imageViewerHighlightsLabel="Highlighted regions",LYRA_DEFAULT_imageViewerLabel="Image viewer",LYRA_DEFAULT_imageViewerRotate="Rotate",LYRA_DEFAULT_imageViewerUnlabeledHighlight="Highlight {index}",LYRA_DEFAULT_ingestionAttemptCount="Attempt {count}",LYRA_DEFAULT_ingestionCancelWithContext="Cancel {label}",LYRA_DEFAULT_ingestionChunkCount={one:"{count} chunk",other:"{count} chunks"},LYRA_DEFAULT_ingestionEmbeddedOfTotal="{embedded} of {total} chunks embedded",LYRA_DEFAULT_ingestionItemProgressLabel="{name} \u2014 {stage}",LYRA_DEFAULT_ingestionQueueEmpty="No documents queued",LYRA_DEFAULT_ingestionQueueLabel="Ingestion queue",LYRA_DEFAULT_ingestionRetryWithContext="Retry {label}",LYRA_DEFAULT_ingestionStageCancelled="Cancelled",LYRA_DEFAULT_ingestionStageChunking="Chunking",LYRA_DEFAULT_ingestionStageDone="Done",LYRA_DEFAULT_ingestionStageEmbedding="Embedding",LYRA_DEFAULT_ingestionStageExtracting="Extracting text",LYRA_DEFAULT_ingestionStageFailed="Failed",LYRA_DEFAULT_ingestionStageIndexing="Indexing",LYRA_DEFAULT_ingestionStageQueued="Queued",LYRA_DEFAULT_ingestionStageUploading="Uploading",LYRA_DEFAULT_inputLabel="Text",LYRA_DEFAULT_invalidJson="Invalid JSON.",LYRA_DEFAULT_item="item",LYRA_DEFAULT_items="items",LYRA_DEFAULT_jsonArray="array",LYRA_DEFAULT_jsonCollapseLabel="Collapse {label}",LYRA_DEFAULT_jsonCopyLabel="Copy {label}",LYRA_DEFAULT_jsonExpandLabel="Expand {label}",LYRA_DEFAULT_jsonItemCount={one:"{count} item",other:"{count} items"},LYRA_DEFAULT_jsonKeyCount={one:"{count} key",other:"{count} keys"},LYRA_DEFAULT_jsonObject="object",LYRA_DEFAULT_jsonValue="value",LYRA_DEFAULT_jsonViewerLimit="Only the first {count} JSON nodes and {depth} nesting levels are shown and searched.",LYRA_DEFAULT_jumpToLatest="Jump to latest",LYRA_DEFAULT_kbdAltWord="Alt",LYRA_DEFAULT_kbdArrowDownWord="Arrow Down",LYRA_DEFAULT_kbdArrowLeftWord="Arrow Left",LYRA_DEFAULT_kbdArrowRightWord="Arrow Right",LYRA_DEFAULT_kbdArrowUpWord="Arrow Up",LYRA_DEFAULT_kbdBackspaceWord="Backspace",LYRA_DEFAULT_kbdCommandWord="Command",LYRA_DEFAULT_kbdControlVisual="Ctrl",LYRA_DEFAULT_kbdControlWord="Control",LYRA_DEFAULT_kbdDeleteVisual="Del",LYRA_DEFAULT_kbdDeleteWord="Delete",LYRA_DEFAULT_kbdEndWord="End",LYRA_DEFAULT_kbdEnterWord="Enter",LYRA_DEFAULT_kbdEscapeVisual="Esc",LYRA_DEFAULT_kbdEscapeWord="Escape",LYRA_DEFAULT_kbdHomeWord="Home",LYRA_DEFAULT_kbdMinusWord="Minus",LYRA_DEFAULT_kbdOptionWord="Option",LYRA_DEFAULT_kbdPageDownVisual="PgDn",LYRA_DEFAULT_kbdPageDownWord="Page Down",LYRA_DEFAULT_kbdPageUpVisual="PgUp",LYRA_DEFAULT_kbdPageUpWord="Page Up",LYRA_DEFAULT_kbdPlusWord="Plus",LYRA_DEFAULT_kbdShiftWord="Shift",LYRA_DEFAULT_kbdSpaceWord="Space",LYRA_DEFAULT_kbdTabWord="Tab",LYRA_DEFAULT_knowledgeBaseActionsColumn="Actions",LYRA_DEFAULT_knowledgeBaseAdminIngestionTab="Ingestion",LYRA_DEFAULT_knowledgeBaseAdminLabel="Knowledge base administration",LYRA_DEFAULT_knowledgeBaseAdminSourcesTab="Sources",LYRA_DEFAULT_knowledgeBaseCreateSource="Add source",LYRA_DEFAULT_knowledgeBaseDeleteAction="Delete source",LYRA_DEFAULT_knowledgeBaseDocumentCount="{count} indexed",LYRA_DEFAULT_knowledgeBaseEmptyDescription="Add a source to start indexing content.",LYRA_DEFAULT_knowledgeBaseEmptyHeading="No knowledge sources yet",LYRA_DEFAULT_knowledgeBaseHeading="Knowledge base",LYRA_DEFAULT_knowledgeBaseHealthColumn="Indexing health",LYRA_DEFAULT_knowledgeBaseHealthDegraded="Degraded",LYRA_DEFAULT_knowledgeBaseHealthFailed="Failed",LYRA_DEFAULT_knowledgeBaseHealthHealthy="Healthy",LYRA_DEFAULT_knowledgeBaseHealthUnknown="Unknown",LYRA_DEFAULT_knowledgeBaseNameColumn="Source",LYRA_DEFAULT_knowledgeBaseNeedsAttention="Needs attention",LYRA_DEFAULT_knowledgeBaseNeverSynced="Never synced",LYRA_DEFAULT_knowledgeBasePauseAction="Pause sync",LYRA_DEFAULT_knowledgeBasePermissionColumn="Permission",LYRA_DEFAULT_knowledgeBasePermissionEditor="Editor",LYRA_DEFAULT_knowledgeBasePermissionOwner="Owner",LYRA_DEFAULT_knowledgeBasePermissionRestricted="Restricted",LYRA_DEFAULT_knowledgeBasePermissionViewer="Viewer",LYRA_DEFAULT_knowledgeBaseRowActionsLabel="Actions for {name}",LYRA_DEFAULT_knowledgeBaseSyncAction="Sync now",LYRA_DEFAULT_knowledgeBaseSyncColumn="Sync status",LYRA_DEFAULT_knowledgeBaseSyncError="Error",LYRA_DEFAULT_knowledgeBaseSyncIdle="Idle",LYRA_DEFAULT_knowledgeBaseSyncPaused="Paused",LYRA_DEFAULT_knowledgeBaseSyncSynced="Synced",LYRA_DEFAULT_knowledgeBaseSyncSyncing="Syncing",LYRA_DEFAULT_knowledgeBaseSyncedSources="Synced",LYRA_DEFAULT_knowledgeBaseSyncingSources="Syncing",LYRA_DEFAULT_knowledgeBaseTotalSources="Sources",LYRA_DEFAULT_knownDateDay="Day",LYRA_DEFAULT_knownDateMonth="Month",LYRA_DEFAULT_knownDateYear="Year",LYRA_DEFAULT_legendTypeHidden="{label} hidden",LYRA_DEFAULT_legendTypeShown="{label} shown",LYRA_DEFAULT_lightboxImagePosition="Image {index} of {total}",LYRA_DEFAULT_lightboxLabel="Image viewer",LYRA_DEFAULT_liteChartBarLabel="{series}, {label}: {value}",LYRA_DEFAULT_liteChartCustomMarkSummary="{content} ({index} of {total})",LYRA_DEFAULT_liteChartMarkSummary="{series}, {label}: {value} ({index} of {total})",LYRA_DEFAULT_loadMore="Load more",LYRA_DEFAULT_loading="Loading\u2026",LYRA_DEFAULT_loadingDocument="Loading document\u2026",LYRA_DEFAULT_localePickerLabel="Language",LYRA_DEFAULT_localePickerRequired="Please choose a language.",LYRA_DEFAULT_map="Map",LYRA_DEFAULT_mapInitializationFailed="The map could not be initialized.",LYRA_DEFAULT_mapLegend="Map legend",LYRA_DEFAULT_mapMissingLibrary='This component needs the optional "maplibre-gl" package installed to render the map.',LYRA_DEFAULT_mapStyleRequired="Provide a map style to render the map.",LYRA_DEFAULT_mapWebglUnavailable="This browser cannot provide the graphics support needed to render the map.",LYRA_DEFAULT_maximize="Maximize",LYRA_DEFAULT_mcpAppLabel="Interactive app",LYRA_DEFAULT_mcpAppLoading="Loading interactive app\u2026",LYRA_DEFAULT_mcpAppUnavailable="This interactive app could not be loaded.",LYRA_DEFAULT_mediaCardImageAttachment="Image attachment",LYRA_DEFAULT_mediaCardOpenFileAttachment="Open file attachment",LYRA_DEFAULT_mediaCardOpenImageAttachment="Open image attachment",LYRA_DEFAULT_mediaCardOpenName="Open {name}",LYRA_DEFAULT_mediaCardOpenVideoAttachment="Open video attachment",LYRA_DEFAULT_mediaCardUntitledFile="Untitled file",LYRA_DEFAULT_mediaCardVideoAttachment="Video attachment",LYRA_DEFAULT_memoryPanelAdd="Add to long-term memory",LYRA_DEFAULT_memoryPanelAddWithContext='Add "{label}" to long-term memory',LYRA_DEFAULT_memoryPanelConfirmAddHeading="Add this to long-term memory?",LYRA_DEFAULT_memoryPanelConfirmForgetBody="This permanently forgets all {count} long-term memories.",LYRA_DEFAULT_memoryPanelConfirmForgetHeading="Forget all long-term memories?",LYRA_DEFAULT_memoryPanelConfirmRemoveHeading="Remove this item?",LYRA_DEFAULT_memoryPanelForgetAll="Forget all",LYRA_DEFAULT_memoryPanelLabel="Memory",LYRA_DEFAULT_memoryPanelLongTermHeading="Long-term memories",LYRA_DEFAULT_memoryPanelShortTermHeading="Short-term context",LYRA_DEFAULT_mentionSuggestions="Suggestions",LYRA_DEFAULT_menuLabel="Menu",LYRA_DEFAULT_messageActionsLabel="Message actions",LYRA_DEFAULT_messagePartError="Part failed",LYRA_DEFAULT_messagePartRetry="Retry this part",LYRA_DEFAULT_messagePartsLabel="Message content",LYRA_DEFAULT_mindMapCollapsed="{label} collapsed",LYRA_DEFAULT_mindMapExpanded="{label} expanded",LYRA_DEFAULT_mindMapLabel="Mind map",LYRA_DEFAULT_mindMapLeafStatus="{label}, level {level}",LYRA_DEFAULT_mindMapTopicStatus="{label}, level {level}, {count} subtopics",LYRA_DEFAULT_model="Model",LYRA_DEFAULT_modelSelectNoModels="No models",LYRA_DEFAULT_modelSelectRequired="Please choose a model.",LYRA_DEFAULT_moveDown="Move down",LYRA_DEFAULT_moveUp="Move up",LYRA_DEFAULT_navigation="Navigation",LYRA_DEFAULT_neighborDirectionBoth="Bidirectional",LYRA_DEFAULT_neighborDirectionIn="Incoming",LYRA_DEFAULT_neighborDirectionOut="Outgoing",LYRA_DEFAULT_neighborExpand="Expand {label} in graph",LYRA_DEFAULT_neighborGroupHeader="{relation} ({count})",LYRA_DEFAULT_neighborListEmpty="No relationships",LYRA_DEFAULT_neighborListLabel="Relationships",LYRA_DEFAULT_neighborRowLabel="{label}, {relation}, {direction}",LYRA_DEFAULT_newMessageCount="{count} new message",LYRA_DEFAULT_newMessages="New messages",LYRA_DEFAULT_newMessagesCount="{count} new messages",LYRA_DEFAULT_next="Next",LYRA_DEFAULT_nextMonth="Next month",LYRA_DEFAULT_noColumns="No columns configured",LYRA_DEFAULT_noData="No data",LYRA_DEFAULT_noMatches="No matches",LYRA_DEFAULT_noMatchesQuery='No tools match "{query}".',LYRA_DEFAULT_nodePaletteDragHint="Drag to the canvas, or press Enter to place",LYRA_DEFAULT_nodePaletteEmpty="No matching nodes.",LYRA_DEFAULT_nodePaletteLabel="Node palette",LYRA_DEFAULT_nodePalettePlaceholder="Search nodes\u2026",LYRA_DEFAULT_nodePaletteResultCount={one:"{count} item",other:"{count} items"},LYRA_DEFAULT_notInCatalog="not in catalog",LYRA_DEFAULT_notebookViewerCodeCell="Code cell {index}",LYRA_DEFAULT_notebookViewerCollapseOutput="Collapse output",LYRA_DEFAULT_notebookViewerErrorOutput="Error",LYRA_DEFAULT_notebookViewerInPrompt="In [{count}]",LYRA_DEFAULT_notebookViewerInPromptEmpty="In [ ]",LYRA_DEFAULT_notebookViewerInvalid="This file is not a valid Jupyter notebook.",LYRA_DEFAULT_notebookViewerLabel="Notebook viewer",LYRA_DEFAULT_notebookViewerMarkdownCell="Markdown cell {index}",LYRA_DEFAULT_notebookViewerRawCell="Raw cell {index}",LYRA_DEFAULT_notebookViewerShowAllOutput="Show all output",LYRA_DEFAULT_notebookViewerTooManyCells="This notebook has too many cells to display.",LYRA_DEFAULT_notebookViewerUnrenderedOutput="This output type cannot be displayed.",LYRA_DEFAULT_notebookViewerUnsupportedVersion="Notebook format {version} is not supported.",LYRA_DEFAULT_numberInputDecrease="Decrease",LYRA_DEFAULT_numberInputIncrease="Increase",LYRA_DEFAULT_open="Open",LYRA_DEFAULT_openCalendar="Open calendar",LYRA_DEFAULT_openNavigation="Open navigation",LYRA_DEFAULT_otherCategory="Other",LYRA_DEFAULT_otpInputIncomplete="Enter all {total} characters.",LYRA_DEFAULT_otpInputLabel="Verification code",LYRA_DEFAULT_pageRailLabel="Page thumbnails",LYRA_DEFAULT_pageRailPage="Page {page}",LYRA_DEFAULT_pageRailPageHighlighted={one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},LYRA_DEFAULT_paginationApplied="Page {page} of {totalPages}",LYRA_DEFAULT_paginationEmptySummary="{total} {itemLabel}",LYRA_DEFAULT_paginationFirstPage="First page",LYRA_DEFAULT_paginationJumpToPage="Jump to page {page}",LYRA_DEFAULT_paginationLabel="Pagination",LYRA_DEFAULT_paginationLastPage="Last page",LYRA_DEFAULT_paginationPage="Page",LYRA_DEFAULT_paginationSummary="{start}\u2013{end} of {total} {itemLabel}",LYRA_DEFAULT_pathNodeStatus="{label}, node {position} of {total}",LYRA_DEFAULT_pathRelationStatus="{relation}, relation",LYRA_DEFAULT_pathStripLabel="Path",LYRA_DEFAULT_pause="Pause",LYRA_DEFAULT_pauseWithContext="Pause {name}",LYRA_DEFAULT_pdfViewerCurrentZoom="{percent}%",LYRA_DEFAULT_pdfViewerLabel="PDF document",LYRA_DEFAULT_pdfViewerMissingLibrary='This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',LYRA_DEFAULT_pdfViewerNextPage="Next page",LYRA_DEFAULT_pdfViewerPageOf="Page {page} of {total}",LYRA_DEFAULT_pdfViewerPreviousPage="Previous page",LYRA_DEFAULT_pdfViewerZoomIn="Zoom in",LYRA_DEFAULT_pdfViewerZoomOut="Zoom out",LYRA_DEFAULT_phoneInputIncomplete="This phone number is incomplete.",LYRA_DEFAULT_phoneInputLabel="Phone",LYRA_DEFAULT_pinConversation="Pin conversation",LYRA_DEFAULT_play="Play",LYRA_DEFAULT_playWithContext="Play {name}",LYRA_DEFAULT_playbackPosition="Playback position",LYRA_DEFAULT_playbackStepPosition="Step {index} of {total}",LYRA_DEFAULT_policySummaryAllowCount="{count} allowed",LYRA_DEFAULT_policySummaryCategoryGuardrail="Guardrail",LYRA_DEFAULT_policySummaryCategoryPermission="Permission",LYRA_DEFAULT_policySummaryCategoryPrivacy="Privacy",LYRA_DEFAULT_policySummaryCategoryTool="Tool",LYRA_DEFAULT_policySummaryDenyCount="{count} denied",LYRA_DEFAULT_policySummaryDetailLabel="More detail",LYRA_DEFAULT_policySummaryLabel="Policy decisions",LYRA_DEFAULT_policySummaryNeedsReviewCount="{count} needs review",LYRA_DEFAULT_policySummaryStateAllow="Allow",LYRA_DEFAULT_policySummaryStateDeny="Deny",LYRA_DEFAULT_policySummaryStateNeedsReview="Needs review",LYRA_DEFAULT_pollInactive="Inactive",LYRA_DEFAULT_pollPause="Pause",LYRA_DEFAULT_pollPaused="Paused",LYRA_DEFAULT_pollPausedAnnounce="Paused.",LYRA_DEFAULT_pollRefreshing="Refreshing\u2026",LYRA_DEFAULT_pollRefreshingAnnounce="Refreshing now.",LYRA_DEFAULT_pollResume="Resume",LYRA_DEFAULT_pollResumedAnnounce="Resumed.",LYRA_DEFAULT_popover="Popover",LYRA_DEFAULT_pptxViewerFidelityNotice="Some slide content may not display.",LYRA_DEFAULT_pptxViewerLabel="Presentation viewer",LYRA_DEFAULT_pptxViewerNextSlide="Next slide",LYRA_DEFAULT_pptxViewerPreviousSlide="Previous slide",LYRA_DEFAULT_pptxViewerRenderError="Failed to render this presentation.",LYRA_DEFAULT_pptxViewerSlideOf="Slide {current} of {total}",LYRA_DEFAULT_previous="Previous",LYRA_DEFAULT_previousMonth="Previous month",LYRA_DEFAULT_progress="Progress",LYRA_DEFAULT_promptInputAttachments="Attachments",LYRA_DEFAULT_promptInputControls="Prompt options",LYRA_DEFAULT_promptInputLabel="AI prompt",LYRA_DEFAULT_promptInputSources="Sources",LYRA_DEFAULT_promptQueueActionLabel="{action}, queued prompt {index}",LYRA_DEFAULT_promptQueueEmpty="No prompts queued",LYRA_DEFAULT_promptQueueItemLabel="Queued prompt {index}",LYRA_DEFAULT_promptQueueLabel="Queued prompts",LYRA_DEFAULT_promptQueueSendNow="Send now",LYRA_DEFAULT_promptStudioAddMessage="Add message",LYRA_DEFAULT_promptStudioLabel="Prompt studio",LYRA_DEFAULT_promptStudioMessageContent="Message {index} content ({role})",LYRA_DEFAULT_promptStudioMessageRole="Message {index} role ({role})",LYRA_DEFAULT_promptStudioMessages="Prompt messages",LYRA_DEFAULT_promptStudioPreview="Resolved preview",LYRA_DEFAULT_promptStudioRemoveMessage="Remove message",LYRA_DEFAULT_promptStudioRoleAssistant="Assistant",LYRA_DEFAULT_promptStudioRoleSystem="System",LYRA_DEFAULT_promptStudioRoleTool="Tool",LYRA_DEFAULT_promptStudioRoleUser="User",LYRA_DEFAULT_promptStudioRun="Run prompt",LYRA_DEFAULT_promptStudioSave="Save version",LYRA_DEFAULT_promptStudioVariableName="Variable {index} name",LYRA_DEFAULT_promptStudioVariableValue="Variable {index} value",LYRA_DEFAULT_promptStudioVariables="Variables",LYRA_DEFAULT_promptStudioVersions="Versions",LYRA_DEFAULT_provenanceChunks="Text chunks",LYRA_DEFAULT_provenanceCommunities="Communities",LYRA_DEFAULT_provenanceEmpty="No grounding data for this answer",LYRA_DEFAULT_provenanceEntities="Entities",LYRA_DEFAULT_provenancePanelLabel="Grounding",LYRA_DEFAULT_provenanceRelationships="Relationships",LYRA_DEFAULT_pushToTalkCancelled="Recording cancelled",LYRA_DEFAULT_pushToTalkDenied="Microphone access denied",LYRA_DEFAULT_pushToTalkError="Recording failed",LYRA_DEFAULT_pushToTalkHold="Hold to talk",LYRA_DEFAULT_pushToTalkRequesting="Requesting microphone\u2026",LYRA_DEFAULT_pushToTalkStart="Start recording",LYRA_DEFAULT_pushToTalkStarted="Recording started",LYRA_DEFAULT_pushToTalkStop="Stop recording",LYRA_DEFAULT_pushToTalkStopped="Recording stopped",LYRA_DEFAULT_pushToTalkUnsupported="Recording is not supported in this browser",LYRA_DEFAULT_qrCodeGenerationFailed="This value could not be encoded as a QR code.",LYRA_DEFAULT_qrCodeMissingLibrary='This component needs the optional "qrcode" package installed to render QR codes.',LYRA_DEFAULT_queryBuilderAddCondition="Add condition",LYRA_DEFAULT_queryBuilderBooleanFalse="False",LYRA_DEFAULT_queryBuilderBooleanTrue="True",LYRA_DEFAULT_queryBuilderCombinatorAnd="All conditions (AND)",LYRA_DEFAULT_queryBuilderCombinatorLabel="Combine conditions with",LYRA_DEFAULT_queryBuilderCombinatorOr="Any condition (OR)",LYRA_DEFAULT_queryBuilderEmpty="No conditions yet.",LYRA_DEFAULT_queryBuilderFieldLabel="Field",LYRA_DEFAULT_queryBuilderFieldPlaceholder="Select field",LYRA_DEFAULT_queryBuilderLabel="Query builder",LYRA_DEFAULT_queryBuilderNoFields="No fields available.",LYRA_DEFAULT_queryBuilderOperatorAfter="After",LYRA_DEFAULT_queryBuilderOperatorBefore="Before",LYRA_DEFAULT_queryBuilderOperatorContains="Contains",LYRA_DEFAULT_queryBuilderOperatorEndsWith="Ends with",LYRA_DEFAULT_queryBuilderOperatorEquals="Equals",LYRA_DEFAULT_queryBuilderOperatorGreaterThan="Greater than",LYRA_DEFAULT_queryBuilderOperatorGreaterThanOrEqual="Greater than or equal to",LYRA_DEFAULT_queryBuilderOperatorIn="Is any of",LYRA_DEFAULT_queryBuilderOperatorIsEmpty="Is empty",LYRA_DEFAULT_queryBuilderOperatorIsNotEmpty="Is not empty",LYRA_DEFAULT_queryBuilderOperatorLabel="Operator",LYRA_DEFAULT_queryBuilderOperatorLessThan="Less than",LYRA_DEFAULT_queryBuilderOperatorLessThanOrEqual="Less than or equal to",LYRA_DEFAULT_queryBuilderOperatorNotEquals="Does not equal",LYRA_DEFAULT_queryBuilderOperatorNotIn="Is none of",LYRA_DEFAULT_queryBuilderOperatorOnOrAfter="On or after",LYRA_DEFAULT_queryBuilderOperatorOnOrBefore="On or before",LYRA_DEFAULT_queryBuilderOperatorPlaceholder="Select operator",LYRA_DEFAULT_queryBuilderOperatorStartsWith="Starts with",LYRA_DEFAULT_queryBuilderRemoveCondition="Remove condition {index}",LYRA_DEFAULT_queryBuilderValueLabel="Value",LYRA_DEFAULT_queryBuilderValuePlaceholder="Select value",LYRA_DEFAULT_radioRequired="Please select an option.",LYRA_DEFAULT_ragAnswerCitations="Citations",LYRA_DEFAULT_ragAnswerLabel="Grounded answer",LYRA_DEFAULT_ragAnswerRetry="Retry answer",LYRA_DEFAULT_ragAnswerSources="Sources",LYRA_DEFAULT_ragEvalDashboardAllSlices="All",LYRA_DEFAULT_ragEvalDashboardEmpty="No evaluation runs available",LYRA_DEFAULT_ragEvalDashboardLabel="RAG evaluation dashboard",LYRA_DEFAULT_ragEvalDashboardRuns="Evaluation runs",LYRA_DEFAULT_ragEvalDashboardSliceUnavailable="No evaluation runs are available for {slice}.",LYRA_DEFAULT_ragEvalDashboardSlices="Evaluation slices",LYRA_DEFAULT_randomContentPause="Pause rotation",LYRA_DEFAULT_randomContentResume="Resume rotation",LYRA_DEFAULT_rangeEnd="Range end",LYRA_DEFAULT_rangeStart="Range start",LYRA_DEFAULT_rating="Rating",LYRA_DEFAULT_realtimeSessionConnect="Connect",LYRA_DEFAULT_realtimeSessionConnected="Connected",LYRA_DEFAULT_realtimeSessionConnecting="Connecting",LYRA_DEFAULT_realtimeSessionConnectionFailed="The realtime connection failed.",LYRA_DEFAULT_realtimeSessionDisconnect="Disconnect",LYRA_DEFAULT_realtimeSessionDisconnected="Disconnected",LYRA_DEFAULT_realtimeSessionError="Connection error",LYRA_DEFAULT_realtimeSessionInterrupt="Interrupt response",LYRA_DEFAULT_realtimeSessionLabel="Realtime session",LYRA_DEFAULT_realtimeSessionMute="Mute microphone",LYRA_DEFAULT_realtimeSessionReconnecting="Reconnecting",LYRA_DEFAULT_realtimeSessionUnmute="Unmute microphone",LYRA_DEFAULT_regenerateResponse="Regenerate response",LYRA_DEFAULT_remove="Remove",LYRA_DEFAULT_removeWithContext="Remove {label}",LYRA_DEFAULT_rename="Rename {title}",LYRA_DEFAULT_reorderItemMoved="Moved to position {index} of {total}",LYRA_DEFAULT_reorderMoveCancelled="Reorder cancelled.",LYRA_DEFAULT_reorderMovePending="Reorder pending.",LYRA_DEFAULT_resetZoom="Reset zoom",LYRA_DEFAULT_resizeColumn="Resize {label} column",LYRA_DEFAULT_resizeDivider="Resize divider between panel {a} and panel {b}",LYRA_DEFAULT_resizeNavigation="Resize navigation",LYRA_DEFAULT_responsivePanel="Panel",LYRA_DEFAULT_restore="Restore",LYRA_DEFAULT_resultFieldLabel="{label}:",LYRA_DEFAULT_retrievalCompareDenseScore="Dense",LYRA_DEFAULT_retrievalCompareEmpty="No retrieval result sets to compare",LYRA_DEFAULT_retrievalCompareFinalScore="Final",LYRA_DEFAULT_retrievalCompareLabel="Retrieval comparison",LYRA_DEFAULT_retrievalCompareOverlap="Top-k overlap between {left} and {right}: {percent}",LYRA_DEFAULT_retrievalCompareRank="Rank {rank}",LYRA_DEFAULT_retrievalCompareRerankScore="Rerank",LYRA_DEFAULT_retrievalCompareSparseScore="Sparse",LYRA_DEFAULT_retrievalFilterChipLabel="{key}: {value}",LYRA_DEFAULT_retrievalFiltersLabel="Active filters",LYRA_DEFAULT_retrievalModeHybrid="Hybrid",LYRA_DEFAULT_retrievalModeKeyword="Keyword",LYRA_DEFAULT_retrievalModeLabel="Search mode",LYRA_DEFAULT_retrievalModeVector="Vector",LYRA_DEFAULT_retrievalResultsSelectRow="Select {label}",LYRA_DEFAULT_retrievalSearchEmptyDescription="Try a different search term or filters.",LYRA_DEFAULT_retrievalSearchLabel="Retrieval search",LYRA_DEFAULT_retrievalStageEmbed="Embed",LYRA_DEFAULT_retrievalStageFilter="Filter",LYRA_DEFAULT_retrievalStageQueryRewrite="Query rewrite",LYRA_DEFAULT_retrievalStageRerank="Rerank",LYRA_DEFAULT_retrievalStageRetrieve="Retrieve",LYRA_DEFAULT_retrievalTraceEvidenceToggle="{label} evidence",LYRA_DEFAULT_retry="Retry",LYRA_DEFAULT_rubricSkip="Skip",LYRA_DEFAULT_rubricSubmit="Submit",LYRA_DEFAULT_rubricSubmitAndNext="Submit and next",LYRA_DEFAULT_schemaMustBeObject="Schema must describe an object.",LYRA_DEFAULT_schemaPropertiesMustBeFlat="Schema properties must be a flat object.",LYRA_DEFAULT_schemaViewerCircular="Circular schema reference",LYRA_DEFAULT_schemaViewerEmpty="No schema available",LYRA_DEFAULT_schemaViewerIssueLimit="Only the first {count} validation issues are shown.",LYRA_DEFAULT_schemaViewerLabel="Schema viewer",LYRA_DEFAULT_schemaViewerLimit="Only the first {count} schema nodes are shown.",LYRA_DEFAULT_schemaViewerRequired="Required",LYRA_DEFAULT_schemaViewerType="Type: {type}",LYRA_DEFAULT_scoreTierHigh="High relevance",LYRA_DEFAULT_scoreTierLow="Low relevance",LYRA_DEFAULT_scoreTierMedium="Medium relevance",LYRA_DEFAULT_scrollNext="Scroll forward",LYRA_DEFAULT_scrollPrevious="Scroll backward",LYRA_DEFAULT_scrollerLabel="Scrollable content",LYRA_DEFAULT_search="Search",LYRA_DEFAULT_searchThreads="Search conversations",LYRA_DEFAULT_searchToolsPlaceholder="Search tools\u2026",LYRA_DEFAULT_select="Select",LYRA_DEFAULT_selectAllSources="Select all sources",LYRA_DEFAULT_selectModel="Select a model\u2026",LYRA_DEFAULT_selectSelectedOverflow="+{n} more",LYRA_DEFAULT_selectTools="Select tools",LYRA_DEFAULT_selectValueMissing="Please select an option.",LYRA_DEFAULT_selectionAsk="Ask",LYRA_DEFAULT_selectionCite="Cite",LYRA_DEFAULT_selectionQuote="Quote",LYRA_DEFAULT_selectionToolbarLabel="Selection actions",LYRA_DEFAULT_sendMessage="Send message",LYRA_DEFAULT_sequenceStripCategoryCount="{label}: {count}",LYRA_DEFAULT_sequenceStripEmpty="No items",LYRA_DEFAULT_sequenceStripUnnamedCategory="Unnamed category",LYRA_DEFAULT_showAllColumns="Show all columns",LYRA_DEFAULT_showFewerColumns="Show fewer columns",LYRA_DEFAULT_showLess="Show less",LYRA_DEFAULT_showMore="Show more",LYRA_DEFAULT_showMoreCollapsed="+{count}",LYRA_DEFAULT_showMoreCount="Show {count} more",LYRA_DEFAULT_showPassword="Show password",LYRA_DEFAULT_skipToContent="Skip to content",LYRA_DEFAULT_sliderLabel="Slider",LYRA_DEFAULT_sourceListDefaultLabel="Sources",LYRA_DEFAULT_sourcePageSuffix="{base} \u2014 p. {page}",LYRA_DEFAULT_sourcePickerSelection="{selected} of {total} selected",LYRA_DEFAULT_spanKindAgent="Agent",LYRA_DEFAULT_spanKindEmbedding="Embedding",LYRA_DEFAULT_spanKindLlm="LLM",LYRA_DEFAULT_spanKindOther="Other",LYRA_DEFAULT_spanKindRetriever="Retriever",LYRA_DEFAULT_spanKindTool="Tool",LYRA_DEFAULT_spanProjectionLimit="Only the first {count} spans are shown.",LYRA_DEFAULT_spanStartedAtOffset="started at +{value}",LYRA_DEFAULT_spanWaterfall="Span timeline",LYRA_DEFAULT_spreadsheetViewerLabel="Spreadsheet",LYRA_DEFAULT_spreadsheetViewerUnavailable="Spreadsheet preview is unavailable.",LYRA_DEFAULT_stackTraceHideFrames="Hide {count} internal frames",LYRA_DEFAULT_stackTraceLabel="Stack trace",LYRA_DEFAULT_stackTraceLimit="Some stack-trace content was omitted because the display limit was reached.",LYRA_DEFAULT_stackTraceShowFrames="Show {count} internal frames",LYRA_DEFAULT_statTrendAnnouncement="{trend}, {polarity}",LYRA_DEFAULT_statTrendBad="bad",LYRA_DEFAULT_statTrendDecreased="decreased {value}",LYRA_DEFAULT_statTrendGood="good",LYRA_DEFAULT_statTrendIncreased="increased {value}",LYRA_DEFAULT_statusDenied="Denied",LYRA_DEFAULT_statusError="Error",LYRA_DEFAULT_statusPending="Pending",LYRA_DEFAULT_statusRunning="Running",LYRA_DEFAULT_statusSkipped="Skipped",LYRA_DEFAULT_statusSuccess="Success",LYRA_DEFAULT_stopGenerating="Stop generating",LYRA_DEFAULT_streamRecoverAnnounce="Connection restored.",LYRA_DEFAULT_streamStallAnnounce="Connection stalled.",LYRA_DEFAULT_streamStallClearedAnnounce="No longer stalled.",LYRA_DEFAULT_streamStalled="Taking longer than usual\u2026",LYRA_DEFAULT_subagentPanelCancelRun="Cancel {name}",LYRA_DEFAULT_subagentPanelEmpty="No subagent runs",LYRA_DEFAULT_subagentPanelLabel="Subagents",LYRA_DEFAULT_subagentPanelLimit="Only the first {count} subagent runs are shown.",LYRA_DEFAULT_subagentPanelRetry="Retry subagent",LYRA_DEFAULT_subagentPanelRetryRun="Retry {name}",LYRA_DEFAULT_suggestionsLabel="Suggested prompts",LYRA_DEFAULT_svgViewerLabel="SVG image",LYRA_DEFAULT_switchRequired="Please turn this on.",LYRA_DEFAULT_tableEditCell="Edit {column}",LYRA_DEFAULT_tableFilterLabel="Filter rows",LYRA_DEFAULT_tableFilterPlaceholder="Filter rows",LYRA_DEFAULT_tableLoading="Loading rows",LYRA_DEFAULT_taskListCompletedOfTotal="{completed} of {total} completed",LYRA_DEFAULT_taskListLabel="Tasks",LYRA_DEFAULT_taskListStepCompletedAnnounce="Step completed: {label}",LYRA_DEFAULT_taskListStepFailedAnnounce="Step failed: {label}",LYRA_DEFAULT_taskListStepStartedAnnounce="Step started: {label}",LYRA_DEFAULT_temperature="Temperature",LYRA_DEFAULT_terminalDownload="Download log",LYRA_DEFAULT_terminalHighlightLine="Line {line}",LYRA_DEFAULT_terminalLabel="Terminal output",LYRA_DEFAULT_testResultsCollapseTest="Collapse {name}",LYRA_DEFAULT_testResultsCompleteAnnounce="{passed} passed, {failed} failed, {skipped} skipped",LYRA_DEFAULT_testResultsExpandTest="Expand {name}",LYRA_DEFAULT_testResultsFailed="{count} failed",LYRA_DEFAULT_testResultsFilterLabel="Filter by status",LYRA_DEFAULT_testResultsLabel="Test results",LYRA_DEFAULT_testResultsLimit="Only the first {count} test results are shown.",LYRA_DEFAULT_testResultsPassed="{count} passed",LYRA_DEFAULT_testResultsRunning="{count} running",LYRA_DEFAULT_testResultsSkipped="{count} skipped",LYRA_DEFAULT_textareaCharacterCount={one:"{count} character",other:"{count} characters"},LYRA_DEFAULT_textareaCharactersRemaining={one:"{count} character remaining",other:"{count} characters remaining"},LYRA_DEFAULT_textareaLabel="Text",LYRA_DEFAULT_thinking="Thinking\u2026",LYRA_DEFAULT_thinkingPanelLabel="Thinking",LYRA_DEFAULT_thoughtFor="Thought for {duration}",LYRA_DEFAULT_threadGroupArchived="Archived",LYRA_DEFAULT_threadGroupCollapse="Collapse {label}",LYRA_DEFAULT_threadGroupExpand="Expand {label}",LYRA_DEFAULT_threadGroupPinned="Pinned",LYRA_DEFAULT_threadGroupPrevious30Days="Previous 30 days",LYRA_DEFAULT_threadGroupPrevious7Days="Previous 7 days",LYRA_DEFAULT_threadGroupToday="Today",LYRA_DEFAULT_threadGroupYesterday="Yesterday",LYRA_DEFAULT_threadListEmpty="No conversations yet",LYRA_DEFAULT_threadListLabel="Conversations",LYRA_DEFAULT_threadListMatchAnnounce={one:"{count} conversation found",other:"{count} conversations found"},LYRA_DEFAULT_timeInputDayPeriod="Day period",LYRA_DEFAULT_timeInputEmptySegment="Empty",LYRA_DEFAULT_timeInputHour="Hour",LYRA_DEFAULT_timeInputInvalid="Enter a complete time.",LYRA_DEFAULT_timeInputLabel="Time",LYRA_DEFAULT_timeInputMaxMessage="Time must be at or before {max}.",LYRA_DEFAULT_timeInputMinMessage="Time must be at or after {min}.",LYRA_DEFAULT_timeInputMinute="Minute",LYRA_DEFAULT_timeInputNow="Now",LYRA_DEFAULT_timeInputOpen="Open time picker",LYRA_DEFAULT_timeInputPopup="Choose a time",LYRA_DEFAULT_timeInputRangeMessage="Time must be between {min} and {max} across midnight.",LYRA_DEFAULT_timeInputSecond="Second",LYRA_DEFAULT_timeInputStepMessage="Enter a time matching the required interval.",LYRA_DEFAULT_timeline="Timeline",LYRA_DEFAULT_toastContentIncomplete="Notification with incomplete content",LYRA_DEFAULT_toastOverflow="Notifications not shown: {count}.",LYRA_DEFAULT_tokenInputEditWithContext="Edit {label}",LYRA_DEFAULT_tokenInputRequired="Enter at least one value.",LYRA_DEFAULT_tokensIn="Tokens in",LYRA_DEFAULT_tokensOut="Tokens out",LYRA_DEFAULT_toolApprovalArgsLabel="Tool call arguments (JSON)",LYRA_DEFAULT_toolApprovalGenericTool="tool",LYRA_DEFAULT_toolApprovalHeading="Approve {tool} call?",LYRA_DEFAULT_toolCall="Tool call",LYRA_DEFAULT_toolCount={one:"{count} tool",other:"{count} tools"},LYRA_DEFAULT_toolParamBooleanFalse="False",LYRA_DEFAULT_toolParamBooleanTrue="True",LYRA_DEFAULT_toolParamBooleanUnset="Not set",LYRA_DEFAULT_toolParamMissingProperty="Required key \u201C{key}\u201D has no matching schema property.",LYRA_DEFAULT_toolParamSchemaLimit="Tool parameter schemas support at most {fields} fields and {options} choices per field.",LYRA_DEFAULT_toolSelectCustomizeHint="Turn off to choose individual tools.",LYRA_DEFAULT_toolSelectLimit="Only the first {count} tools are shown.",LYRA_DEFAULT_toolSelectNoneAvailable="No tools available.",LYRA_DEFAULT_toolSelectSummary="{selected} of {total} tools enabled",LYRA_DEFAULT_toolTimelineDetailsFor="Details for {name}",LYRA_DEFAULT_toolTimelineLimit="At most {count} tool calls are shown.",LYRA_DEFAULT_tourDone="Done",LYRA_DEFAULT_tourSkip="Skip",LYRA_DEFAULT_tourStepOf="Step {current} of {total}",LYRA_DEFAULT_traceTree="Trace tree",LYRA_DEFAULT_traceTreeMetricLabel="{label}: {value}",LYRA_DEFAULT_traceTreeSpanStatus="{name} \u2014 {status}",LYRA_DEFAULT_transcriptFeedEmpty="No transcript yet",LYRA_DEFAULT_transcriptFeedInterim="Transcribing\u2026",LYRA_DEFAULT_transcriptFeedLabel="Transcript",LYRA_DEFAULT_treeNodeMoved="Moved {label} to position {index} of {total}",LYRA_DEFAULT_trendOf="Trend of {count} values, last {value}",LYRA_DEFAULT_trendUnchanged="unchanged",LYRA_DEFAULT_unarchiveConversation="Unarchive conversation",LYRA_DEFAULT_unpinConversation="Unpin conversation",LYRA_DEFAULT_unsupportedFieldType='Unsupported field type "{type}".',LYRA_DEFAULT_untitledCommunity="Untitled community",LYRA_DEFAULT_untitledConversation="Untitled conversation",LYRA_DEFAULT_untitledEntity="Untitled entity",LYRA_DEFAULT_untitledSource="Untitled source",LYRA_DEFAULT_usageBadgeCostLabel="Cost",LYRA_DEFAULT_usageBadgeLabel="Usage",LYRA_DEFAULT_usageBadgeLatencyLabel="Latency",LYRA_DEFAULT_usageBadgeTokensIn="{count} in",LYRA_DEFAULT_usageBadgeTokensInLabel="Input tokens",LYRA_DEFAULT_usageBadgeTokensOut="{count} out",LYRA_DEFAULT_usageBadgeTokensOutLabel="Output tokens",LYRA_DEFAULT_usageBadgeTotalTokensLabel="Total tokens",LYRA_DEFAULT_useDefaultTools="Use default tools",LYRA_DEFAULT_valueInvalid="The value is invalid.",LYRA_DEFAULT_valueMustBeSerializable="Value must be JSON-serializable.",LYRA_DEFAULT_videoCaptions="Captions",LYRA_DEFAULT_videoCaptionsOff="Off",LYRA_DEFAULT_videoEnterFullscreen="Enter fullscreen",LYRA_DEFAULT_videoExitFullscreen="Exit fullscreen",LYRA_DEFAULT_videoExitPictureInPicture="Exit picture in picture",LYRA_DEFAULT_videoMute="Mute",LYRA_DEFAULT_videoPictureInPicture="Enter picture in picture",LYRA_DEFAULT_videoPlaybackSpeed="Playback speed",LYRA_DEFAULT_videoPlayerLabel="Video player",LYRA_DEFAULT_videoPlaylistLabel="Video playlist",LYRA_DEFAULT_videoPlaylistUntitled="Video {position}",LYRA_DEFAULT_videoUnmute="Unmute",LYRA_DEFAULT_videoVolume="Volume",LYRA_DEFAULT_viewerHighlightLabel="Highlight",LYRA_DEFAULT_viewerSearchActiveMatch="Match {current} of {total}",LYRA_DEFAULT_viewerSearchMatchCount={one:"{count} match",other:"{count} matches"},LYRA_DEFAULT_viewerSearchNoMatches="No matches",LYRA_DEFAULT_voice="Voice",LYRA_DEFAULT_voicePickerNoVoices="No voices available",LYRA_DEFAULT_voicePickerPreview="Preview {name}",LYRA_DEFAULT_voicePickerRequired="Please choose a voice.",LYRA_DEFAULT_voicePickerStopPreview="Stop preview",LYRA_DEFAULT_widgetCollapse="Collapse panel",LYRA_DEFAULT_widgetExitFullscreen="Exit fullscreen",LYRA_DEFAULT_widgetExpand="Expand panel",LYRA_DEFAULT_widgetExpandToFullscreen="Expand to fullscreen",LYRA_DEFAULT_widgetFullscreenPanel="Fullscreen panel",LYRA_DEFAULT_widgetViewGroup="Panel view",LYRA_DEFAULT_wordCloud="Word cloud of {count} {word}",LYRA_DEFAULT_wordCloudLegend="Word cloud color key",LYRA_DEFAULT_wordCloudWord="word",LYRA_DEFAULT_wordCloudWordAnnouncement="{text}, {weight}",LYRA_DEFAULT_wordCloudWords="words",LYRA_DEFAULT_xmlViewerChildCount={one:"{count} child",other:"{count} children"},LYRA_DEFAULT_xmlViewerCollapseNode="Collapse {name}",LYRA_DEFAULT_xmlViewerCopyDocument="Copy XML to clipboard",LYRA_DEFAULT_xmlViewerCopyNode="Copy {name}",LYRA_DEFAULT_xmlViewerExpandNode="Expand {name}",LYRA_DEFAULT_xmlViewerLabel="XML viewer",LYRA_DEFAULT_xmlViewerParseError="This document could not be parsed as XML.",LYRA_DEFAULT_xmlViewerTooManyNodes="This document has too many nodes to display.",LYRA_DEFAULT_zoomControls="Zoom controls",LYRA_DEFAULT_zoomIn="Zoom in",LYRA_DEFAULT_zoomOut="Zoom out",LYRA_DEFAULT_zoomToFit="Zoom to fit",LYRA_DEFAULT_zoomableFrameLabel="Zoomable content";export{LYRA_DEFAULT_accessibleLabelSeparator,LYRA_DEFAULT_activityFeedCompletedStep,LYRA_DEFAULT_activityFeedCompletedSteps,LYRA_DEFAULT_activityFeedLabel,LYRA_DEFAULT_agentRunCurrentStepLabel,LYRA_DEFAULT_agentRunStatusAnnounce,LYRA_DEFAULT_agentRunStatusCancelled,LYRA_DEFAULT_agentRunStatusCollecting,LYRA_DEFAULT_agentRunStatusDone,LYRA_DEFAULT_agentRunStatusIdle,LYRA_DEFAULT_agentRunStatusQueued,LYRA_DEFAULT_agentRunStatusWaitingApproval,LYRA_DEFAULT_agentRunStatusWaitingInput,LYRA_DEFAULT_agentTraceFilterLabel,LYRA_DEFAULT_agentWorkspaceContext,LYRA_DEFAULT_agentWorkspaceConversation,LYRA_DEFAULT_agentWorkspaceDetails,LYRA_DEFAULT_agentWorkspaceEmpty,LYRA_DEFAULT_agentWorkspaceGrounding,LYRA_DEFAULT_agentWorkspaceLabel,LYRA_DEFAULT_agentWorkspaceRetrieval,LYRA_DEFAULT_agentWorkspaceRun,LYRA_DEFAULT_agentWorkspaceTools,LYRA_DEFAULT_anchorJumped,LYRA_DEFAULT_anchorJumpedToPage,LYRA_DEFAULT_anchorNotFound,LYRA_DEFAULT_animatedImageDefaultAlt,LYRA_DEFAULT_approvalQueueEmpty,LYRA_DEFAULT_approvalQueueLabel,LYRA_DEFAULT_approvalQueueOpen,LYRA_DEFAULT_approvalQueuePending,LYRA_DEFAULT_approvalQueuePendingCount,LYRA_DEFAULT_approve,LYRA_DEFAULT_archiveConversation,LYRA_DEFAULT_archiveViewerEmpty,LYRA_DEFAULT_archiveViewerFile,LYRA_DEFAULT_archiveViewerFolder,LYRA_DEFAULT_artifactPanelCode,LYRA_DEFAULT_artifactPanelGenerating,LYRA_DEFAULT_artifactPanelLabel,LYRA_DEFAULT_artifactPanelNextVersion,LYRA_DEFAULT_artifactPanelPreview,LYRA_DEFAULT_artifactPanelPreviousVersion,LYRA_DEFAULT_artifactPanelRestore,LYRA_DEFAULT_artifactPanelVersionPosition,LYRA_DEFAULT_attachmentAdd,LYRA_DEFAULT_attachmentMenuAudio,LYRA_DEFAULT_attachmentMenuCamera,LYRA_DEFAULT_attachmentMenuFiles,LYRA_DEFAULT_attachmentMenuImage,LYRA_DEFAULT_attachmentPreviewFile,LYRA_DEFAULT_attachmentPreviewName,LYRA_DEFAULT_attachmentRetryWithContext,LYRA_DEFAULT_attachmentTriggerAudio,LYRA_DEFAULT_attachmentTriggerCamera,LYRA_DEFAULT_attachmentTriggerFiles,LYRA_DEFAULT_attachmentTriggerImage,LYRA_DEFAULT_attachmentUntitledFile,LYRA_DEFAULT_attachmentUploadFailed,LYRA_DEFAULT_attachmentUploadingIndeterminate,LYRA_DEFAULT_attachmentUploadingProgress,LYRA_DEFAULT_attachmentUploadingWithContext,LYRA_DEFAULT_audioVisualizerIdle,LYRA_DEFAULT_audioVisualizerLabel,LYRA_DEFAULT_audioVisualizerListening,LYRA_DEFAULT_audioVisualizerSpeaking,LYRA_DEFAULT_audioVisualizerThinking,LYRA_DEFAULT_avPlayerFailedToLoad,LYRA_DEFAULT_avPlayerLabel,LYRA_DEFAULT_avPlayerPlaybackRate,LYRA_DEFAULT_avPlayerPosition,LYRA_DEFAULT_avPlayerRateOption,LYRA_DEFAULT_avPlayerTimeline,LYRA_DEFAULT_avPlayerTranscript,LYRA_DEFAULT_boxPlot,LYRA_DEFAULT_boxPlotData,LYRA_DEFAULT_boxPlotMax,LYRA_DEFAULT_boxPlotMedian,LYRA_DEFAULT_boxPlotMin,LYRA_DEFAULT_boxPlotMissingLibrary,LYRA_DEFAULT_boxPlotQ1,LYRA_DEFAULT_boxPlotQ3,LYRA_DEFAULT_boxPlotSeriesSummary,LYRA_DEFAULT_boxPlotSummaryEmpty,LYRA_DEFAULT_boxPlotSummaryWithData,LYRA_DEFAULT_branchNext,LYRA_DEFAULT_branchPickerLabel,LYRA_DEFAULT_branchPosition,LYRA_DEFAULT_branchPrevious,LYRA_DEFAULT_breadcrumb,LYRA_DEFAULT_browserFrameControllerAgent,LYRA_DEFAULT_browserFrameControllerUser,LYRA_DEFAULT_browserFrameHandBack,LYRA_DEFAULT_browserFrameLabel,LYRA_DEFAULT_browserFrameStatusConnecting,LYRA_DEFAULT_browserFrameStatusIdle,LYRA_DEFAULT_browserFrameStatusLive,LYRA_DEFAULT_browserFrameStatusStalled,LYRA_DEFAULT_browserFrameStop,LYRA_DEFAULT_browserFrameTakeOver,LYRA_DEFAULT_browserFrameUrlLabel,LYRA_DEFAULT_browserFrameViewOf,LYRA_DEFAULT_calendarEmpty,LYRA_DEFAULT_calendarLabel,LYRA_DEFAULT_calendarNextMonth,LYRA_DEFAULT_calendarPreviousMonth,LYRA_DEFAULT_calendarViewerEmpty,LYRA_DEFAULT_calendarViewerLabel,LYRA_DEFAULT_calendarViewerMissingParser,LYRA_DEFAULT_calendarViewerNoSummary,LYRA_DEFAULT_calloutAnnouncementWithContext,LYRA_DEFAULT_cancel,LYRA_DEFAULT_carousel,LYRA_DEFAULT_carouselGoTo,LYRA_DEFAULT_carouselIndicators,LYRA_DEFAULT_carouselLabel,LYRA_DEFAULT_carouselSlide,LYRA_DEFAULT_carouselSlideAnnouncement,LYRA_DEFAULT_carouselSlideAnnouncementSeparator,LYRA_DEFAULT_carouselSlidePosition,LYRA_DEFAULT_cellHighlightWithLabel,LYRA_DEFAULT_chart,LYRA_DEFAULT_chartAxisTotal,LYRA_DEFAULT_chartBubblePointCoordinates,LYRA_DEFAULT_chartCategory,LYRA_DEFAULT_chartData,LYRA_DEFAULT_chartDataLabelsUnavailable,LYRA_DEFAULT_chartDataSampled,LYRA_DEFAULT_chartLabeledPoint,LYRA_DEFAULT_chartMissingLibrary,LYRA_DEFAULT_chartPointCoordinates,LYRA_DEFAULT_chartPointLabel,LYRA_DEFAULT_chartPrimaryAxis,LYRA_DEFAULT_chartSecondaryAxis,LYRA_DEFAULT_chartSeriesLabel,LYRA_DEFAULT_chartSeriesNoData,LYRA_DEFAULT_chartStackTotalsUnavailable,LYRA_DEFAULT_chartSummary,LYRA_DEFAULT_chartSummaryEmpty,LYRA_DEFAULT_chartSummarySeparator,LYRA_DEFAULT_chartSummaryWithData,LYRA_DEFAULT_chartTotal,LYRA_DEFAULT_chartTrendDecreasing,LYRA_DEFAULT_chartTrendFlat,LYRA_DEFAULT_chartTrendIncreasing,LYRA_DEFAULT_chartTypeBar,LYRA_DEFAULT_chartTypeBubble,LYRA_DEFAULT_chartTypeDoughnut,LYRA_DEFAULT_chartTypeLine,LYRA_DEFAULT_chartTypePie,LYRA_DEFAULT_chartTypePolarArea,LYRA_DEFAULT_chartTypeRadar,LYRA_DEFAULT_chartTypeScatter,LYRA_DEFAULT_chartValueLabel,LYRA_DEFAULT_chartZoomUnavailable,LYRA_DEFAULT_chatCompleteAnnounce,LYRA_DEFAULT_chatFailedAnnounce,LYRA_DEFAULT_chatFailedToSend,LYRA_DEFAULT_chatResponding,LYRA_DEFAULT_chatSending,LYRA_DEFAULT_chatViewportLabel,LYRA_DEFAULT_checkboxGroupRequired,LYRA_DEFAULT_checkboxRequired,LYRA_DEFAULT_checkpointConfirmPrompt,LYRA_DEFAULT_checkpointLabel,LYRA_DEFAULT_checkpointRestore,LYRA_DEFAULT_checkpointRestoreWithContext,LYRA_DEFAULT_checkpointRestoring,LYRA_DEFAULT_chooseDate,LYRA_DEFAULT_chunkInspectorEmpty,LYRA_DEFAULT_chunkInspectorLabel,LYRA_DEFAULT_chunkScore,LYRA_DEFAULT_circularReference,LYRA_DEFAULT_citation,LYRA_DEFAULT_citationHighConfidence,LYRA_DEFAULT_citationLowConfidence,LYRA_DEFAULT_citationMediumConfidence,LYRA_DEFAULT_citationUnverified,LYRA_DEFAULT_citationVerified,LYRA_DEFAULT_citationWithCustomLabel,LYRA_DEFAULT_citationWithStatus,LYRA_DEFAULT_claimEvidenceConfidence,LYRA_DEFAULT_claimEvidenceContradicted,LYRA_DEFAULT_claimEvidenceEmpty,LYRA_DEFAULT_claimEvidenceLabel,LYRA_DEFAULT_claimEvidencePartiallySupported,LYRA_DEFAULT_claimEvidenceSupported,LYRA_DEFAULT_claimEvidenceUnsupported,LYRA_DEFAULT_clear,LYRA_DEFAULT_close,LYRA_DEFAULT_closeNavigation,LYRA_DEFAULT_closeWithContext,LYRA_DEFAULT_closeWithTruncatedContext,LYRA_DEFAULT_codeBlockLineLabel,LYRA_DEFAULT_codeEditorLabel,LYRA_DEFAULT_codeRegion,LYRA_DEFAULT_codeRegionWithLanguage,LYRA_DEFAULT_collapse,LYRA_DEFAULT_collapseCode,LYRA_DEFAULT_collapseMessage,LYRA_DEFAULT_colorPicker,LYRA_DEFAULT_colorPickerCurrentValue,LYRA_DEFAULT_colorPickerEyeDropper,LYRA_DEFAULT_colorPickerHue,LYRA_DEFAULT_colorPickerHueValue,LYRA_DEFAULT_colorPickerOpacity,LYRA_DEFAULT_colorPickerOpacityValue,LYRA_DEFAULT_colorPickerSaturationBrightness,LYRA_DEFAULT_colorPickerSaturationBrightnessValue,LYRA_DEFAULT_colorPickerSwatch,LYRA_DEFAULT_colorPickerSwatches,LYRA_DEFAULT_colorPickerToggleFormat,LYRA_DEFAULT_colorPickerValueField,LYRA_DEFAULT_comboboxCreate,LYRA_DEFAULT_comboboxLabel,LYRA_DEFAULT_comboboxLoadError,LYRA_DEFAULT_comboboxOverflow,LYRA_DEFAULT_comboboxRequired,LYRA_DEFAULT_comboboxSelectedOverflow,LYRA_DEFAULT_commandPaletteEmpty,LYRA_DEFAULT_commandPaletteLabel,LYRA_DEFAULT_commandPalettePlaceholder,LYRA_DEFAULT_commandPaletteResults,LYRA_DEFAULT_commitCardCopyHash,LYRA_DEFAULT_commitCardDiffSummary,LYRA_DEFAULT_commitCardHideFiles,LYRA_DEFAULT_commitCardLabel,LYRA_DEFAULT_commitCardShowFiles,LYRA_DEFAULT_communityDrillIn,LYRA_DEFAULT_communityMemberCount,LYRA_DEFAULT_comparePanel,LYRA_DEFAULT_compareResponseA,LYRA_DEFAULT_compareResponseB,LYRA_DEFAULT_compareVoteBetter,LYRA_DEFAULT_compareVoteBothBad,LYRA_DEFAULT_compareVoteLabel,LYRA_DEFAULT_compareVoteRecorded,LYRA_DEFAULT_compareVoteTie,LYRA_DEFAULT_composerLabel,LYRA_DEFAULT_composerPlaceholder,LYRA_DEFAULT_confirm,LYRA_DEFAULT_confirmApproved,LYRA_DEFAULT_confirmApprovedAnnounce,LYRA_DEFAULT_confirmDenied,LYRA_DEFAULT_confirmDeniedAnnounce,LYRA_DEFAULT_contactViewerAddressFormat,LYRA_DEFAULT_contactViewerAddressLabel,LYRA_DEFAULT_contactViewerEmailLabel,LYRA_DEFAULT_contactViewerLabel,LYRA_DEFAULT_contactViewerNoContacts,LYRA_DEFAULT_contactViewerOrganization,LYRA_DEFAULT_contactViewerPhoneLabel,LYRA_DEFAULT_contactViewerTypeCell,LYRA_DEFAULT_contactViewerTypeFax,LYRA_DEFAULT_contactViewerTypeHome,LYRA_DEFAULT_contactViewerTypeInternet,LYRA_DEFAULT_contactViewerTypePreferred,LYRA_DEFAULT_contactViewerTypeVoice,LYRA_DEFAULT_contactViewerTypeWork,LYRA_DEFAULT_contactViewerTypedValue,LYRA_DEFAULT_contactViewerUnnamedContact,LYRA_DEFAULT_contextInspectorCopyLabel,LYRA_DEFAULT_contextInspectorEmpty,LYRA_DEFAULT_contextInspectorLabel,LYRA_DEFAULT_contextInspectorRedacted,LYRA_DEFAULT_contextInspectorSegmentTokens,LYRA_DEFAULT_contextInspectorTruncated,LYRA_DEFAULT_contextInspectorTruncatedCount,LYRA_DEFAULT_contextMeterLabeledSummary,LYRA_DEFAULT_contextMeterSegmentLabel,LYRA_DEFAULT_contextMeterUsed,LYRA_DEFAULT_contextMeterUsedOfTotal,LYRA_DEFAULT_convertingDocument,LYRA_DEFAULT_copied,LYRA_DEFAULT_copiedToClipboard,LYRA_DEFAULT_copy,LYRA_DEFAULT_copyCode,LYRA_DEFAULT_copyDiff,LYRA_DEFAULT_copyFailed,LYRA_DEFAULT_copyJson,LYRA_DEFAULT_cost,LYRA_DEFAULT_csvViewerLabel,LYRA_DEFAULT_csvViewerUnavailable,LYRA_DEFAULT_dashboardCellCollisionRejected,LYRA_DEFAULT_dashboardCellMoved,LYRA_DEFAULT_dashboardCellResized,LYRA_DEFAULT_dashboardGridLabel,LYRA_DEFAULT_dataGridColumnMenu,LYRA_DEFAULT_dataGridPinEnd,LYRA_DEFAULT_dataGridPinStart,LYRA_DEFAULT_dataGridRowsPerPage,LYRA_DEFAULT_dataGridTreeLimitReached,LYRA_DEFAULT_dataGridUnpin,LYRA_DEFAULT_datasetViewerCaption,LYRA_DEFAULT_datasetViewerCaptionNamed,LYRA_DEFAULT_datasetViewerEmpty,LYRA_DEFAULT_datasetViewerMissingParser,LYRA_DEFAULT_date,LYRA_DEFAULT_dateInputFutureDisabled,LYRA_DEFAULT_dateInputInvalid,LYRA_DEFAULT_dateInputMaxMessage,LYRA_DEFAULT_dateInputMinMessage,LYRA_DEFAULT_dateInputPastDisabled,LYRA_DEFAULT_deleteConversation,LYRA_DEFAULT_deny,LYRA_DEFAULT_details,LYRA_DEFAULT_diffViewHiddenLines,LYRA_DEFAULT_diffViewNewLabel,LYRA_DEFAULT_diffViewOldLabel,LYRA_DEFAULT_diffViewTooLarge,LYRA_DEFAULT_dockPanelCollapse,LYRA_DEFAULT_dockPanelExpand,LYRA_DEFAULT_dockPanelResize,LYRA_DEFAULT_documentCompareLabel,LYRA_DEFAULT_documentCompareNewVersion,LYRA_DEFAULT_documentCompareNoVersion,LYRA_DEFAULT_documentCompareOldVersion,LYRA_DEFAULT_documentLibraryClearSelection,LYRA_DEFAULT_documentLibraryEmptyHeading,LYRA_DEFAULT_documentLibraryFilterByTag,LYRA_DEFAULT_documentLibraryFreshnessAging,LYRA_DEFAULT_documentLibraryFreshnessColumn,LYRA_DEFAULT_documentLibraryFreshnessFresh,LYRA_DEFAULT_documentLibraryFreshnessStale,LYRA_DEFAULT_documentLibraryLabel,LYRA_DEFAULT_documentLibraryNameColumn,LYRA_DEFAULT_documentLibraryNoMatchesHeading,LYRA_DEFAULT_documentLibraryOwnerColumn,LYRA_DEFAULT_documentLibrarySearchPlaceholder,LYRA_DEFAULT_documentLibrarySelectAll,LYRA_DEFAULT_documentLibrarySelectColumn,LYRA_DEFAULT_documentLibrarySelectDocument,LYRA_DEFAULT_documentLibrarySelectedCount,LYRA_DEFAULT_documentLibraryTagsColumn,LYRA_DEFAULT_documentLibraryTypeColumn,LYRA_DEFAULT_documentLibraryUpdatedColumn,LYRA_DEFAULT_documentLibraryVersionColumn,LYRA_DEFAULT_documentPreviewAlt,LYRA_DEFAULT_documentPreviewEmpty,LYRA_DEFAULT_documentPreviewFailedToLoad,LYRA_DEFAULT_documentPreviewGenericError,LYRA_DEFAULT_documentPreviewGenericFile,LYRA_DEFAULT_documentPreviewNotAvailable,LYRA_DEFAULT_documentPreviewResourceTooLarge,LYRA_DEFAULT_documentPreviewTypeCalendar,LYRA_DEFAULT_documentPreviewTypeContact,LYRA_DEFAULT_documentPreviewTypeDataset,LYRA_DEFAULT_documentPreviewTypeDocument,LYRA_DEFAULT_documentPreviewTypeEmail,LYRA_DEFAULT_documentPreviewTypeImage,LYRA_DEFAULT_documentPreviewUrlNotAllowed,LYRA_DEFAULT_documentViewerLabel,LYRA_DEFAULT_documentViewerMissingSanitizer,LYRA_DEFAULT_docxViewerLabel,LYRA_DEFAULT_docxViewerMissingConverter,LYRA_DEFAULT_download,LYRA_DEFAULT_drilldownDocuments,LYRA_DEFAULT_drilldownEmpty,LYRA_DEFAULT_drilldownRuns,LYRA_DEFAULT_dropzoneRejectedType,LYRA_DEFAULT_dropzoneReleaseToAdd,LYRA_DEFAULT_duration,LYRA_DEFAULT_durationMilliseconds,LYRA_DEFAULT_durationSeconds,LYRA_DEFAULT_ebookViewerLoadError,LYRA_DEFAULT_ebookViewerNextChapter,LYRA_DEFAULT_ebookViewerPreviousChapter,LYRA_DEFAULT_ebookViewerRegionLabel,LYRA_DEFAULT_edit,LYRA_DEFAULT_editMessage,LYRA_DEFAULT_elapsedMinutesSecondsTemplate,LYRA_DEFAULT_emailViewerAttachments,LYRA_DEFAULT_emailViewerDate,LYRA_DEFAULT_emailViewerFrom,LYRA_DEFAULT_emailViewerGroupAddress,LYRA_DEFAULT_emailViewerHideQuoted,LYRA_DEFAULT_emailViewerLabel,LYRA_DEFAULT_emailViewerMissingParser,LYRA_DEFAULT_emailViewerNoSubject,LYRA_DEFAULT_emailViewerOpenAttachment,LYRA_DEFAULT_emailViewerShowQuoted,LYRA_DEFAULT_emailViewerSubject,LYRA_DEFAULT_emailViewerTo,LYRA_DEFAULT_embeddingExplorerEmpty,LYRA_DEFAULT_embeddingExplorerLabel,LYRA_DEFAULT_embeddingExplorerPoint,LYRA_DEFAULT_emojiPickerEmpty,LYRA_DEFAULT_emojiPickerGridLabel,LYRA_DEFAULT_emojiPickerGroupActivities,LYRA_DEFAULT_emojiPickerGroupAnimalsNature,LYRA_DEFAULT_emojiPickerGroupComponent,LYRA_DEFAULT_emojiPickerGroupFlags,LYRA_DEFAULT_emojiPickerGroupFoodDrink,LYRA_DEFAULT_emojiPickerGroupObjects,LYRA_DEFAULT_emojiPickerGroupPeopleBody,LYRA_DEFAULT_emojiPickerGroupSmileysEmotion,LYRA_DEFAULT_emojiPickerGroupSymbols,LYRA_DEFAULT_emojiPickerGroupTravelPlaces,LYRA_DEFAULT_emojiPickerGroupUnknown,LYRA_DEFAULT_emojiPickerLoadError,LYRA_DEFAULT_emojiPickerSearchLabel,LYRA_DEFAULT_entityChipWithType,LYRA_DEFAULT_entityCommunity,LYRA_DEFAULT_entityDegree,LYRA_DEFAULT_envListCopy,LYRA_DEFAULT_envListHide,LYRA_DEFAULT_envListLabel,LYRA_DEFAULT_envListReveal,LYRA_DEFAULT_envListValueHidden,LYRA_DEFAULT_evalDatasetAddExample,LYRA_DEFAULT_evalDatasetColumnExpectedOutput,LYRA_DEFAULT_evalDatasetColumnInput,LYRA_DEFAULT_evalDatasetColumnTags,LYRA_DEFAULT_evalDatasetEmpty,LYRA_DEFAULT_evalDatasetImportLabel,LYRA_DEFAULT_evalDatasetLabel,LYRA_DEFAULT_evalDatasetNoMatches,LYRA_DEFAULT_evalDatasetRemoveExample,LYRA_DEFAULT_evalDatasetSearchLabel,LYRA_DEFAULT_evalDatasetTagFilterLabel,LYRA_DEFAULT_evaluationDashboardLabel,LYRA_DEFAULT_evaluationDashboardNoRuns,LYRA_DEFAULT_evaluationDashboardRunsLabel,LYRA_DEFAULT_evaluationRunExampleCancelledAnnounce,LYRA_DEFAULT_evaluationRunExampleCompletedAnnounce,LYRA_DEFAULT_evaluationRunExampleFailedAnnounce,LYRA_DEFAULT_evaluationRunExampleLabel,LYRA_DEFAULT_evaluationRunExampleStartedAnnounce,LYRA_DEFAULT_evaluationRunExampleWaitingApprovalAnnounce,LYRA_DEFAULT_evaluationRunExampleWaitingInputAnnounce,LYRA_DEFAULT_evaluationRunFailedCount,LYRA_DEFAULT_evaluationRunGroundingHeading,LYRA_DEFAULT_evaluationRunInputHeading,LYRA_DEFAULT_evaluationRunLabel,LYRA_DEFAULT_evaluationRunOutputHeading,LYRA_DEFAULT_evaluationRunProgressLabel,LYRA_DEFAULT_evaluationRunProgressSummary,LYRA_DEFAULT_evaluationRunRunningCount,LYRA_DEFAULT_evaluationRunStatusCancelled,LYRA_DEFAULT_evaluationRunStatusIdle,LYRA_DEFAULT_evaluationRunStatusWaitingApproval,LYRA_DEFAULT_evaluationRunStatusWaitingInput,LYRA_DEFAULT_evaluationRunToolTraceHeading,LYRA_DEFAULT_expand,LYRA_DEFAULT_expandCode,LYRA_DEFAULT_expandMessage,LYRA_DEFAULT_exportButtonLabel,LYRA_DEFAULT_exportFormatMenuLabel,LYRA_DEFAULT_feedbackCommentLabel,LYRA_DEFAULT_feedbackCommentPlaceholder,LYRA_DEFAULT_feedbackNegative,LYRA_DEFAULT_feedbackPositive,LYRA_DEFAULT_feedbackReasonsLabel,LYRA_DEFAULT_feedbackSubmit,LYRA_DEFAULT_feedbackSubmitted,LYRA_DEFAULT_fieldMustBeBoolean,LYRA_DEFAULT_fieldMustBeInteger,LYRA_DEFAULT_fieldMustBeNumber,LYRA_DEFAULT_fieldMustBeOneOf,LYRA_DEFAULT_fieldMustBeString,LYRA_DEFAULT_fieldMustEqual,LYRA_DEFAULT_fieldRequired,LYRA_DEFAULT_fileInputAcceptedMany,LYRA_DEFAULT_fileInputAcceptedOne,LYRA_DEFAULT_fileInputDefaultLabel,LYRA_DEFAULT_fileInputFolderRejected,LYRA_DEFAULT_fileInputRejectedCount,LYRA_DEFAULT_fileInputRejectedLimit,LYRA_DEFAULT_fileInputRejectedMany,LYRA_DEFAULT_fileInputRejectedOne,LYRA_DEFAULT_fileInputRejectedRead,LYRA_DEFAULT_fileInputRejectedSize,LYRA_DEFAULT_fileInputRejectedType,LYRA_DEFAULT_fileSizeUnitB,LYRA_DEFAULT_fileSizeUnitGb,LYRA_DEFAULT_fileSizeUnitKb,LYRA_DEFAULT_fileSizeUnitMb,LYRA_DEFAULT_fileSizeUnitTb,LYRA_DEFAULT_fileTreeDiffSummary,LYRA_DEFAULT_fileTreeLabel,LYRA_DEFAULT_fileTypeArchive,LYRA_DEFAULT_fileTypeAudio,LYRA_DEFAULT_fileTypeCode,LYRA_DEFAULT_fileTypeFile,LYRA_DEFAULT_fileTypeImage,LYRA_DEFAULT_fileTypePdf,LYRA_DEFAULT_fileTypePresentation,LYRA_DEFAULT_fileTypeSpreadsheet,LYRA_DEFAULT_fileTypeText,LYRA_DEFAULT_fileTypeVideo,LYRA_DEFAULT_fileTypeWithSize,LYRA_DEFAULT_fileTypeWord,LYRA_DEFAULT_filterBarActiveFilters,LYRA_DEFAULT_filterBarReset,LYRA_DEFAULT_flagLoadError,LYRA_DEFAULT_flowCanvasLabel,LYRA_DEFAULT_flowCanvasLayoutLimit,LYRA_DEFAULT_flowCanvasSummary,LYRA_DEFAULT_flowConnectCancelled,LYRA_DEFAULT_flowConnectCommitted,LYRA_DEFAULT_flowConnectStarted,LYRA_DEFAULT_flowConnectTarget,LYRA_DEFAULT_flowControlsLabel,LYRA_DEFAULT_flowEdge,LYRA_DEFAULT_flowEdgeList,LYRA_DEFAULT_flowEdgeWithLabel,LYRA_DEFAULT_flowInputHandle,LYRA_DEFAULT_flowItemAnnouncement,LYRA_DEFAULT_flowLockCanvas,LYRA_DEFAULT_flowMinimapInstructions,LYRA_DEFAULT_flowMinimapLabel,LYRA_DEFAULT_flowMinimapViewport,LYRA_DEFAULT_flowMinimapViewportChanged,LYRA_DEFAULT_flowNode,LYRA_DEFAULT_flowNodeDeselected,LYRA_DEFAULT_flowNodeMoved,LYRA_DEFAULT_flowNodeSelected,LYRA_DEFAULT_flowOutputHandle,LYRA_DEFAULT_flowRunStatusCount,LYRA_DEFAULT_flowRunStatusLabel,LYRA_DEFAULT_flowRunStepStatus,LYRA_DEFAULT_flowRunSummary,LYRA_DEFAULT_flowSelectionCleared,LYRA_DEFAULT_flowStatusWithDetail,LYRA_DEFAULT_flowStatusWithDuration,LYRA_DEFAULT_focusInGraph,LYRA_DEFAULT_gaugeLabel,LYRA_DEFAULT_gaugeValueLabel,LYRA_DEFAULT_generationStatusElapsedSeconds,LYRA_DEFAULT_generationStatusThroughput,LYRA_DEFAULT_generationStatusTokenCount,LYRA_DEFAULT_generationStatusTokensCount,LYRA_DEFAULT_geojsonViewFeatureCount,LYRA_DEFAULT_geojsonViewInvalid,LYRA_DEFAULT_geojsonViewLabel,LYRA_DEFAULT_geojsonViewMissingMapLibrary,LYRA_DEFAULT_gitStatusAdded,LYRA_DEFAULT_gitStatusConflicted,LYRA_DEFAULT_gitStatusDeleted,LYRA_DEFAULT_gitStatusIgnored,LYRA_DEFAULT_gitStatusModified,LYRA_DEFAULT_gitStatusRenamed,LYRA_DEFAULT_gitStatusUntracked,LYRA_DEFAULT_graphCommunity,LYRA_DEFAULT_graphDataList,LYRA_DEFAULT_graphDiagram,LYRA_DEFAULT_graphExpandableItem,LYRA_DEFAULT_graphExplorerFindPath,LYRA_DEFAULT_graphExplorerLabel,LYRA_DEFAULT_graphExplorerPin,LYRA_DEFAULT_graphExplorerPinned,LYRA_DEFAULT_graphExplorerPinnedHeading,LYRA_DEFAULT_graphExplorerSearchPlaceholder,LYRA_DEFAULT_graphExplorerSearchResultsLabel,LYRA_DEFAULT_graphExplorerUnpin,LYRA_DEFAULT_graphExplorerUnpinned,LYRA_DEFAULT_graphItemAnnouncement,LYRA_DEFAULT_graphLegendLabel,LYRA_DEFAULT_graphLink,LYRA_DEFAULT_graphMissingLibrary,LYRA_DEFAULT_graphNode,LYRA_DEFAULT_graphNodeFocused,LYRA_DEFAULT_graphNodesHidden,LYRA_DEFAULT_graphQueryBuilderLabel,LYRA_DEFAULT_graphQueryDeleteWithContext,LYRA_DEFAULT_graphQueryDirectionLabel,LYRA_DEFAULT_graphQueryEndLabel,LYRA_DEFAULT_graphQueryHopRangeInvalid,LYRA_DEFAULT_graphQueryLoadWithContext,LYRA_DEFAULT_graphQueryMaxHopsLabel,LYRA_DEFAULT_graphQueryMinHopsLabel,LYRA_DEFAULT_graphQueryNodeTypeLabel,LYRA_DEFAULT_graphQueryRelationshipTypeLabel,LYRA_DEFAULT_graphQueryRun,LYRA_DEFAULT_graphQuerySaveButton,LYRA_DEFAULT_graphQuerySaveNameLabel,LYRA_DEFAULT_graphQuerySavedQueriesLabel,LYRA_DEFAULT_graphQueryStartLabel,LYRA_DEFAULT_graphSelectionCount,LYRA_DEFAULT_graphTypedNode,LYRA_DEFAULT_groundingSummaryConfidenceLabel,LYRA_DEFAULT_groundingSummaryCoverageLabel,LYRA_DEFAULT_groundingSummaryEmpty,LYRA_DEFAULT_groundingSummaryEvidenceHeading,LYRA_DEFAULT_groundingSummaryEvidenceSpan,LYRA_DEFAULT_groundingSummaryLabel,LYRA_DEFAULT_groundingSummarySupportedLabel,LYRA_DEFAULT_groundingSummaryUnsupportedLabel,LYRA_DEFAULT_groundingSummaryWarningsHeading,LYRA_DEFAULT_handoffFromToAgent,LYRA_DEFAULT_handoffLabel,LYRA_DEFAULT_handoffToAgent,LYRA_DEFAULT_heatmapCalendarCellLabel,LYRA_DEFAULT_heatmapCalendarLabel,LYRA_DEFAULT_heatmapDecorationLimit,LYRA_DEFAULT_heatmapDefaultColLabel,LYRA_DEFAULT_heatmapDefaultRowLabel,LYRA_DEFAULT_heatmapMatrixCellLabel,LYRA_DEFAULT_heatmapMatrixLabel,LYRA_DEFAULT_heatmapNoDataValue,LYRA_DEFAULT_heatmapProjectionLimit,LYRA_DEFAULT_heatmapSelectedCellLabel,LYRA_DEFAULT_heatmapValueLabel,LYRA_DEFAULT_hidePassword,LYRA_DEFAULT_highlightLayerLabel,LYRA_DEFAULT_highlightOfTotal,LYRA_DEFAULT_highlightWithLabel,LYRA_DEFAULT_histogramFrequency,LYRA_DEFAULT_htmlViewerLabel,LYRA_DEFAULT_iconButtonLabel,LYRA_DEFAULT_iconLoadError,LYRA_DEFAULT_iconSanitizerMissing,LYRA_DEFAULT_iconTooLarge,LYRA_DEFAULT_imageComparerLabel,LYRA_DEFAULT_imageViewerAnnotate,LYRA_DEFAULT_imageViewerAnnotationAdded,LYRA_DEFAULT_imageViewerAnnotationBoxPosition,LYRA_DEFAULT_imageViewerAnnotationCancelled,LYRA_DEFAULT_imageViewerAnnotationHint,LYRA_DEFAULT_imageViewerFailedToLoad,LYRA_DEFAULT_imageViewerFitActual,LYRA_DEFAULT_imageViewerFitContain,LYRA_DEFAULT_imageViewerFitLabel,LYRA_DEFAULT_imageViewerFitWidth,LYRA_DEFAULT_imageViewerHighlightsLabel,LYRA_DEFAULT_imageViewerLabel,LYRA_DEFAULT_imageViewerRotate,LYRA_DEFAULT_imageViewerUnlabeledHighlight,LYRA_DEFAULT_ingestionAttemptCount,LYRA_DEFAULT_ingestionCancelWithContext,LYRA_DEFAULT_ingestionChunkCount,LYRA_DEFAULT_ingestionEmbeddedOfTotal,LYRA_DEFAULT_ingestionItemProgressLabel,LYRA_DEFAULT_ingestionQueueEmpty,LYRA_DEFAULT_ingestionQueueLabel,LYRA_DEFAULT_ingestionRetryWithContext,LYRA_DEFAULT_ingestionStageCancelled,LYRA_DEFAULT_ingestionStageChunking,LYRA_DEFAULT_ingestionStageDone,LYRA_DEFAULT_ingestionStageEmbedding,LYRA_DEFAULT_ingestionStageExtracting,LYRA_DEFAULT_ingestionStageFailed,LYRA_DEFAULT_ingestionStageIndexing,LYRA_DEFAULT_ingestionStageQueued,LYRA_DEFAULT_ingestionStageUploading,LYRA_DEFAULT_inputLabel,LYRA_DEFAULT_invalidJson,LYRA_DEFAULT_item,LYRA_DEFAULT_items,LYRA_DEFAULT_jsonArray,LYRA_DEFAULT_jsonCollapseLabel,LYRA_DEFAULT_jsonCopyLabel,LYRA_DEFAULT_jsonExpandLabel,LYRA_DEFAULT_jsonItemCount,LYRA_DEFAULT_jsonKeyCount,LYRA_DEFAULT_jsonObject,LYRA_DEFAULT_jsonValue,LYRA_DEFAULT_jsonViewerLimit,LYRA_DEFAULT_jumpToLatest,LYRA_DEFAULT_kbdAltWord,LYRA_DEFAULT_kbdArrowDownWord,LYRA_DEFAULT_kbdArrowLeftWord,LYRA_DEFAULT_kbdArrowRightWord,LYRA_DEFAULT_kbdArrowUpWord,LYRA_DEFAULT_kbdBackspaceWord,LYRA_DEFAULT_kbdCommandWord,LYRA_DEFAULT_kbdControlVisual,LYRA_DEFAULT_kbdControlWord,LYRA_DEFAULT_kbdDeleteVisual,LYRA_DEFAULT_kbdDeleteWord,LYRA_DEFAULT_kbdEndWord,LYRA_DEFAULT_kbdEnterWord,LYRA_DEFAULT_kbdEscapeVisual,LYRA_DEFAULT_kbdEscapeWord,LYRA_DEFAULT_kbdHomeWord,LYRA_DEFAULT_kbdMinusWord,LYRA_DEFAULT_kbdOptionWord,LYRA_DEFAULT_kbdPageDownVisual,LYRA_DEFAULT_kbdPageDownWord,LYRA_DEFAULT_kbdPageUpVisual,LYRA_DEFAULT_kbdPageUpWord,LYRA_DEFAULT_kbdPlusWord,LYRA_DEFAULT_kbdShiftWord,LYRA_DEFAULT_kbdSpaceWord,LYRA_DEFAULT_kbdTabWord,LYRA_DEFAULT_knowledgeBaseActionsColumn,LYRA_DEFAULT_knowledgeBaseAdminIngestionTab,LYRA_DEFAULT_knowledgeBaseAdminLabel,LYRA_DEFAULT_knowledgeBaseAdminSourcesTab,LYRA_DEFAULT_knowledgeBaseCreateSource,LYRA_DEFAULT_knowledgeBaseDeleteAction,LYRA_DEFAULT_knowledgeBaseDocumentCount,LYRA_DEFAULT_knowledgeBaseEmptyDescription,LYRA_DEFAULT_knowledgeBaseEmptyHeading,LYRA_DEFAULT_knowledgeBaseHeading,LYRA_DEFAULT_knowledgeBaseHealthColumn,LYRA_DEFAULT_knowledgeBaseHealthDegraded,LYRA_DEFAULT_knowledgeBaseHealthFailed,LYRA_DEFAULT_knowledgeBaseHealthHealthy,LYRA_DEFAULT_knowledgeBaseHealthUnknown,LYRA_DEFAULT_knowledgeBaseNameColumn,LYRA_DEFAULT_knowledgeBaseNeedsAttention,LYRA_DEFAULT_knowledgeBaseNeverSynced,LYRA_DEFAULT_knowledgeBasePauseAction,LYRA_DEFAULT_knowledgeBasePermissionColumn,LYRA_DEFAULT_knowledgeBasePermissionEditor,LYRA_DEFAULT_knowledgeBasePermissionOwner,LYRA_DEFAULT_knowledgeBasePermissionRestricted,LYRA_DEFAULT_knowledgeBasePermissionViewer,LYRA_DEFAULT_knowledgeBaseRowActionsLabel,LYRA_DEFAULT_knowledgeBaseSyncAction,LYRA_DEFAULT_knowledgeBaseSyncColumn,LYRA_DEFAULT_knowledgeBaseSyncError,LYRA_DEFAULT_knowledgeBaseSyncIdle,LYRA_DEFAULT_knowledgeBaseSyncPaused,LYRA_DEFAULT_knowledgeBaseSyncSynced,LYRA_DEFAULT_knowledgeBaseSyncSyncing,LYRA_DEFAULT_knowledgeBaseSyncedSources,LYRA_DEFAULT_knowledgeBaseSyncingSources,LYRA_DEFAULT_knowledgeBaseTotalSources,LYRA_DEFAULT_knownDateDay,LYRA_DEFAULT_knownDateMonth,LYRA_DEFAULT_knownDateYear,LYRA_DEFAULT_legendTypeHidden,LYRA_DEFAULT_legendTypeShown,LYRA_DEFAULT_lightboxImagePosition,LYRA_DEFAULT_lightboxLabel,LYRA_DEFAULT_liteChartBarLabel,LYRA_DEFAULT_liteChartCustomMarkSummary,LYRA_DEFAULT_liteChartMarkSummary,LYRA_DEFAULT_loadMore,LYRA_DEFAULT_loading,LYRA_DEFAULT_loadingDocument,LYRA_DEFAULT_localePickerLabel,LYRA_DEFAULT_localePickerRequired,LYRA_DEFAULT_map,LYRA_DEFAULT_mapInitializationFailed,LYRA_DEFAULT_mapLegend,LYRA_DEFAULT_mapMissingLibrary,LYRA_DEFAULT_mapStyleRequired,LYRA_DEFAULT_mapWebglUnavailable,LYRA_DEFAULT_maximize,LYRA_DEFAULT_mcpAppLabel,LYRA_DEFAULT_mcpAppLoading,LYRA_DEFAULT_mcpAppUnavailable,LYRA_DEFAULT_mediaCardImageAttachment,LYRA_DEFAULT_mediaCardOpenFileAttachment,LYRA_DEFAULT_mediaCardOpenImageAttachment,LYRA_DEFAULT_mediaCardOpenName,LYRA_DEFAULT_mediaCardOpenVideoAttachment,LYRA_DEFAULT_mediaCardUntitledFile,LYRA_DEFAULT_mediaCardVideoAttachment,LYRA_DEFAULT_memoryPanelAdd,LYRA_DEFAULT_memoryPanelAddWithContext,LYRA_DEFAULT_memoryPanelConfirmAddHeading,LYRA_DEFAULT_memoryPanelConfirmForgetBody,LYRA_DEFAULT_memoryPanelConfirmForgetHeading,LYRA_DEFAULT_memoryPanelConfirmRemoveHeading,LYRA_DEFAULT_memoryPanelForgetAll,LYRA_DEFAULT_memoryPanelLabel,LYRA_DEFAULT_memoryPanelLongTermHeading,LYRA_DEFAULT_memoryPanelShortTermHeading,LYRA_DEFAULT_mentionSuggestions,LYRA_DEFAULT_menuLabel,LYRA_DEFAULT_messageActionsLabel,LYRA_DEFAULT_messagePartError,LYRA_DEFAULT_messagePartRetry,LYRA_DEFAULT_messagePartsLabel,LYRA_DEFAULT_mindMapCollapsed,LYRA_DEFAULT_mindMapExpanded,LYRA_DEFAULT_mindMapLabel,LYRA_DEFAULT_mindMapLeafStatus,LYRA_DEFAULT_mindMapTopicStatus,LYRA_DEFAULT_model,LYRA_DEFAULT_modelSelectNoModels,LYRA_DEFAULT_modelSelectRequired,LYRA_DEFAULT_moveDown,LYRA_DEFAULT_moveUp,LYRA_DEFAULT_navigation,LYRA_DEFAULT_neighborDirectionBoth,LYRA_DEFAULT_neighborDirectionIn,LYRA_DEFAULT_neighborDirectionOut,LYRA_DEFAULT_neighborExpand,LYRA_DEFAULT_neighborGroupHeader,LYRA_DEFAULT_neighborListEmpty,LYRA_DEFAULT_neighborListLabel,LYRA_DEFAULT_neighborRowLabel,LYRA_DEFAULT_newMessageCount,LYRA_DEFAULT_newMessages,LYRA_DEFAULT_newMessagesCount,LYRA_DEFAULT_next,LYRA_DEFAULT_nextMonth,LYRA_DEFAULT_noColumns,LYRA_DEFAULT_noData,LYRA_DEFAULT_noMatches,LYRA_DEFAULT_noMatchesQuery,LYRA_DEFAULT_nodePaletteDragHint,LYRA_DEFAULT_nodePaletteEmpty,LYRA_DEFAULT_nodePaletteLabel,LYRA_DEFAULT_nodePalettePlaceholder,LYRA_DEFAULT_nodePaletteResultCount,LYRA_DEFAULT_notInCatalog,LYRA_DEFAULT_notebookViewerCodeCell,LYRA_DEFAULT_notebookViewerCollapseOutput,LYRA_DEFAULT_notebookViewerErrorOutput,LYRA_DEFAULT_notebookViewerInPrompt,LYRA_DEFAULT_notebookViewerInPromptEmpty,LYRA_DEFAULT_notebookViewerInvalid,LYRA_DEFAULT_notebookViewerLabel,LYRA_DEFAULT_notebookViewerMarkdownCell,LYRA_DEFAULT_notebookViewerRawCell,LYRA_DEFAULT_notebookViewerShowAllOutput,LYRA_DEFAULT_notebookViewerTooManyCells,LYRA_DEFAULT_notebookViewerUnrenderedOutput,LYRA_DEFAULT_notebookViewerUnsupportedVersion,LYRA_DEFAULT_numberInputDecrease,LYRA_DEFAULT_numberInputIncrease,LYRA_DEFAULT_open,LYRA_DEFAULT_openCalendar,LYRA_DEFAULT_openNavigation,LYRA_DEFAULT_otherCategory,LYRA_DEFAULT_otpInputIncomplete,LYRA_DEFAULT_otpInputLabel,LYRA_DEFAULT_pageRailLabel,LYRA_DEFAULT_pageRailPage,LYRA_DEFAULT_pageRailPageHighlighted,LYRA_DEFAULT_paginationApplied,LYRA_DEFAULT_paginationEmptySummary,LYRA_DEFAULT_paginationFirstPage,LYRA_DEFAULT_paginationJumpToPage,LYRA_DEFAULT_paginationLabel,LYRA_DEFAULT_paginationLastPage,LYRA_DEFAULT_paginationPage,LYRA_DEFAULT_paginationSummary,LYRA_DEFAULT_pathNodeStatus,LYRA_DEFAULT_pathRelationStatus,LYRA_DEFAULT_pathStripLabel,LYRA_DEFAULT_pause,LYRA_DEFAULT_pauseWithContext,LYRA_DEFAULT_pdfViewerCurrentZoom,LYRA_DEFAULT_pdfViewerLabel,LYRA_DEFAULT_pdfViewerMissingLibrary,LYRA_DEFAULT_pdfViewerNextPage,LYRA_DEFAULT_pdfViewerPageOf,LYRA_DEFAULT_pdfViewerPreviousPage,LYRA_DEFAULT_pdfViewerZoomIn,LYRA_DEFAULT_pdfViewerZoomOut,LYRA_DEFAULT_phoneInputIncomplete,LYRA_DEFAULT_phoneInputLabel,LYRA_DEFAULT_pinConversation,LYRA_DEFAULT_play,LYRA_DEFAULT_playWithContext,LYRA_DEFAULT_playbackPosition,LYRA_DEFAULT_playbackStepPosition,LYRA_DEFAULT_policySummaryAllowCount,LYRA_DEFAULT_policySummaryCategoryGuardrail,LYRA_DEFAULT_policySummaryCategoryPermission,LYRA_DEFAULT_policySummaryCategoryPrivacy,LYRA_DEFAULT_policySummaryCategoryTool,LYRA_DEFAULT_policySummaryDenyCount,LYRA_DEFAULT_policySummaryDetailLabel,LYRA_DEFAULT_policySummaryLabel,LYRA_DEFAULT_policySummaryNeedsReviewCount,LYRA_DEFAULT_policySummaryStateAllow,LYRA_DEFAULT_policySummaryStateDeny,LYRA_DEFAULT_policySummaryStateNeedsReview,LYRA_DEFAULT_pollInactive,LYRA_DEFAULT_pollPause,LYRA_DEFAULT_pollPaused,LYRA_DEFAULT_pollPausedAnnounce,LYRA_DEFAULT_pollRefreshing,LYRA_DEFAULT_pollRefreshingAnnounce,LYRA_DEFAULT_pollResume,LYRA_DEFAULT_pollResumedAnnounce,LYRA_DEFAULT_popover,LYRA_DEFAULT_pptxViewerFidelityNotice,LYRA_DEFAULT_pptxViewerLabel,LYRA_DEFAULT_pptxViewerNextSlide,LYRA_DEFAULT_pptxViewerPreviousSlide,LYRA_DEFAULT_pptxViewerRenderError,LYRA_DEFAULT_pptxViewerSlideOf,LYRA_DEFAULT_previous,LYRA_DEFAULT_previousMonth,LYRA_DEFAULT_progress,LYRA_DEFAULT_promptInputAttachments,LYRA_DEFAULT_promptInputControls,LYRA_DEFAULT_promptInputLabel,LYRA_DEFAULT_promptInputSources,LYRA_DEFAULT_promptQueueActionLabel,LYRA_DEFAULT_promptQueueEmpty,LYRA_DEFAULT_promptQueueItemLabel,LYRA_DEFAULT_promptQueueLabel,LYRA_DEFAULT_promptQueueSendNow,LYRA_DEFAULT_promptStudioAddMessage,LYRA_DEFAULT_promptStudioLabel,LYRA_DEFAULT_promptStudioMessageContent,LYRA_DEFAULT_promptStudioMessageRole,LYRA_DEFAULT_promptStudioMessages,LYRA_DEFAULT_promptStudioPreview,LYRA_DEFAULT_promptStudioRemoveMessage,LYRA_DEFAULT_promptStudioRoleAssistant,LYRA_DEFAULT_promptStudioRoleSystem,LYRA_DEFAULT_promptStudioRoleTool,LYRA_DEFAULT_promptStudioRoleUser,LYRA_DEFAULT_promptStudioRun,LYRA_DEFAULT_promptStudioSave,LYRA_DEFAULT_promptStudioVariableName,LYRA_DEFAULT_promptStudioVariableValue,LYRA_DEFAULT_promptStudioVariables,LYRA_DEFAULT_promptStudioVersions,LYRA_DEFAULT_provenanceChunks,LYRA_DEFAULT_provenanceCommunities,LYRA_DEFAULT_provenanceEmpty,LYRA_DEFAULT_provenanceEntities,LYRA_DEFAULT_provenancePanelLabel,LYRA_DEFAULT_provenanceRelationships,LYRA_DEFAULT_pushToTalkCancelled,LYRA_DEFAULT_pushToTalkDenied,LYRA_DEFAULT_pushToTalkError,LYRA_DEFAULT_pushToTalkHold,LYRA_DEFAULT_pushToTalkRequesting,LYRA_DEFAULT_pushToTalkStart,LYRA_DEFAULT_pushToTalkStarted,LYRA_DEFAULT_pushToTalkStop,LYRA_DEFAULT_pushToTalkStopped,LYRA_DEFAULT_pushToTalkUnsupported,LYRA_DEFAULT_qrCodeGenerationFailed,LYRA_DEFAULT_qrCodeMissingLibrary,LYRA_DEFAULT_queryBuilderAddCondition,LYRA_DEFAULT_queryBuilderBooleanFalse,LYRA_DEFAULT_queryBuilderBooleanTrue,LYRA_DEFAULT_queryBuilderCombinatorAnd,LYRA_DEFAULT_queryBuilderCombinatorLabel,LYRA_DEFAULT_queryBuilderCombinatorOr,LYRA_DEFAULT_queryBuilderEmpty,LYRA_DEFAULT_queryBuilderFieldLabel,LYRA_DEFAULT_queryBuilderFieldPlaceholder,LYRA_DEFAULT_queryBuilderLabel,LYRA_DEFAULT_queryBuilderNoFields,LYRA_DEFAULT_queryBuilderOperatorAfter,LYRA_DEFAULT_queryBuilderOperatorBefore,LYRA_DEFAULT_queryBuilderOperatorContains,LYRA_DEFAULT_queryBuilderOperatorEndsWith,LYRA_DEFAULT_queryBuilderOperatorEquals,LYRA_DEFAULT_queryBuilderOperatorGreaterThan,LYRA_DEFAULT_queryBuilderOperatorGreaterThanOrEqual,LYRA_DEFAULT_queryBuilderOperatorIn,LYRA_DEFAULT_queryBuilderOperatorIsEmpty,LYRA_DEFAULT_queryBuilderOperatorIsNotEmpty,LYRA_DEFAULT_queryBuilderOperatorLabel,LYRA_DEFAULT_queryBuilderOperatorLessThan,LYRA_DEFAULT_queryBuilderOperatorLessThanOrEqual,LYRA_DEFAULT_queryBuilderOperatorNotEquals,LYRA_DEFAULT_queryBuilderOperatorNotIn,LYRA_DEFAULT_queryBuilderOperatorOnOrAfter,LYRA_DEFAULT_queryBuilderOperatorOnOrBefore,LYRA_DEFAULT_queryBuilderOperatorPlaceholder,LYRA_DEFAULT_queryBuilderOperatorStartsWith,LYRA_DEFAULT_queryBuilderRemoveCondition,LYRA_DEFAULT_queryBuilderValueLabel,LYRA_DEFAULT_queryBuilderValuePlaceholder,LYRA_DEFAULT_radioRequired,LYRA_DEFAULT_ragAnswerCitations,LYRA_DEFAULT_ragAnswerLabel,LYRA_DEFAULT_ragAnswerRetry,LYRA_DEFAULT_ragAnswerSources,LYRA_DEFAULT_ragEvalDashboardAllSlices,LYRA_DEFAULT_ragEvalDashboardEmpty,LYRA_DEFAULT_ragEvalDashboardLabel,LYRA_DEFAULT_ragEvalDashboardRuns,LYRA_DEFAULT_ragEvalDashboardSliceUnavailable,LYRA_DEFAULT_ragEvalDashboardSlices,LYRA_DEFAULT_randomContentPause,LYRA_DEFAULT_randomContentResume,LYRA_DEFAULT_rangeEnd,LYRA_DEFAULT_rangeStart,LYRA_DEFAULT_rating,LYRA_DEFAULT_realtimeSessionConnect,LYRA_DEFAULT_realtimeSessionConnected,LYRA_DEFAULT_realtimeSessionConnecting,LYRA_DEFAULT_realtimeSessionConnectionFailed,LYRA_DEFAULT_realtimeSessionDisconnect,LYRA_DEFAULT_realtimeSessionDisconnected,LYRA_DEFAULT_realtimeSessionError,LYRA_DEFAULT_realtimeSessionInterrupt,LYRA_DEFAULT_realtimeSessionLabel,LYRA_DEFAULT_realtimeSessionMute,LYRA_DEFAULT_realtimeSessionReconnecting,LYRA_DEFAULT_realtimeSessionUnmute,LYRA_DEFAULT_regenerateResponse,LYRA_DEFAULT_remove,LYRA_DEFAULT_removeWithContext,LYRA_DEFAULT_rename,LYRA_DEFAULT_reorderItemMoved,LYRA_DEFAULT_reorderMoveCancelled,LYRA_DEFAULT_reorderMovePending,LYRA_DEFAULT_resetZoom,LYRA_DEFAULT_resizeColumn,LYRA_DEFAULT_resizeDivider,LYRA_DEFAULT_resizeNavigation,LYRA_DEFAULT_responsivePanel,LYRA_DEFAULT_restore,LYRA_DEFAULT_resultFieldLabel,LYRA_DEFAULT_retrievalCompareDenseScore,LYRA_DEFAULT_retrievalCompareEmpty,LYRA_DEFAULT_retrievalCompareFinalScore,LYRA_DEFAULT_retrievalCompareLabel,LYRA_DEFAULT_retrievalCompareOverlap,LYRA_DEFAULT_retrievalCompareRank,LYRA_DEFAULT_retrievalCompareRerankScore,LYRA_DEFAULT_retrievalCompareSparseScore,LYRA_DEFAULT_retrievalFilterChipLabel,LYRA_DEFAULT_retrievalFiltersLabel,LYRA_DEFAULT_retrievalModeHybrid,LYRA_DEFAULT_retrievalModeKeyword,LYRA_DEFAULT_retrievalModeLabel,LYRA_DEFAULT_retrievalModeVector,LYRA_DEFAULT_retrievalResultsSelectRow,LYRA_DEFAULT_retrievalSearchEmptyDescription,LYRA_DEFAULT_retrievalSearchLabel,LYRA_DEFAULT_retrievalStageEmbed,LYRA_DEFAULT_retrievalStageFilter,LYRA_DEFAULT_retrievalStageQueryRewrite,LYRA_DEFAULT_retrievalStageRerank,LYRA_DEFAULT_retrievalStageRetrieve,LYRA_DEFAULT_retrievalTraceEvidenceToggle,LYRA_DEFAULT_retry,LYRA_DEFAULT_rubricSkip,LYRA_DEFAULT_rubricSubmit,LYRA_DEFAULT_rubricSubmitAndNext,LYRA_DEFAULT_schemaMustBeObject,LYRA_DEFAULT_schemaPropertiesMustBeFlat,LYRA_DEFAULT_schemaViewerCircular,LYRA_DEFAULT_schemaViewerEmpty,LYRA_DEFAULT_schemaViewerIssueLimit,LYRA_DEFAULT_schemaViewerLabel,LYRA_DEFAULT_schemaViewerLimit,LYRA_DEFAULT_schemaViewerRequired,LYRA_DEFAULT_schemaViewerType,LYRA_DEFAULT_scoreTierHigh,LYRA_DEFAULT_scoreTierLow,LYRA_DEFAULT_scoreTierMedium,LYRA_DEFAULT_scrollNext,LYRA_DEFAULT_scrollPrevious,LYRA_DEFAULT_scrollerLabel,LYRA_DEFAULT_search,LYRA_DEFAULT_searchThreads,LYRA_DEFAULT_searchToolsPlaceholder,LYRA_DEFAULT_select,LYRA_DEFAULT_selectAllSources,LYRA_DEFAULT_selectModel,LYRA_DEFAULT_selectSelectedOverflow,LYRA_DEFAULT_selectTools,LYRA_DEFAULT_selectValueMissing,LYRA_DEFAULT_selectionAsk,LYRA_DEFAULT_selectionCite,LYRA_DEFAULT_selectionQuote,LYRA_DEFAULT_selectionToolbarLabel,LYRA_DEFAULT_sendMessage,LYRA_DEFAULT_sequenceStripCategoryCount,LYRA_DEFAULT_sequenceStripEmpty,LYRA_DEFAULT_sequenceStripUnnamedCategory,LYRA_DEFAULT_showAllColumns,LYRA_DEFAULT_showFewerColumns,LYRA_DEFAULT_showLess,LYRA_DEFAULT_showMore,LYRA_DEFAULT_showMoreCollapsed,LYRA_DEFAULT_showMoreCount,LYRA_DEFAULT_showPassword,LYRA_DEFAULT_skipToContent,LYRA_DEFAULT_sliderLabel,LYRA_DEFAULT_sourceListDefaultLabel,LYRA_DEFAULT_sourcePageSuffix,LYRA_DEFAULT_sourcePickerSelection,LYRA_DEFAULT_spanKindAgent,LYRA_DEFAULT_spanKindEmbedding,LYRA_DEFAULT_spanKindLlm,LYRA_DEFAULT_spanKindOther,LYRA_DEFAULT_spanKindRetriever,LYRA_DEFAULT_spanKindTool,LYRA_DEFAULT_spanProjectionLimit,LYRA_DEFAULT_spanStartedAtOffset,LYRA_DEFAULT_spanWaterfall,LYRA_DEFAULT_spreadsheetViewerLabel,LYRA_DEFAULT_spreadsheetViewerUnavailable,LYRA_DEFAULT_stackTraceHideFrames,LYRA_DEFAULT_stackTraceLabel,LYRA_DEFAULT_stackTraceLimit,LYRA_DEFAULT_stackTraceShowFrames,LYRA_DEFAULT_statTrendAnnouncement,LYRA_DEFAULT_statTrendBad,LYRA_DEFAULT_statTrendDecreased,LYRA_DEFAULT_statTrendGood,LYRA_DEFAULT_statTrendIncreased,LYRA_DEFAULT_statusDenied,LYRA_DEFAULT_statusError,LYRA_DEFAULT_statusPending,LYRA_DEFAULT_statusRunning,LYRA_DEFAULT_statusSkipped,LYRA_DEFAULT_statusSuccess,LYRA_DEFAULT_stopGenerating,LYRA_DEFAULT_streamRecoverAnnounce,LYRA_DEFAULT_streamStallAnnounce,LYRA_DEFAULT_streamStallClearedAnnounce,LYRA_DEFAULT_streamStalled,LYRA_DEFAULT_subagentPanelCancelRun,LYRA_DEFAULT_subagentPanelEmpty,LYRA_DEFAULT_subagentPanelLabel,LYRA_DEFAULT_subagentPanelLimit,LYRA_DEFAULT_subagentPanelRetry,LYRA_DEFAULT_subagentPanelRetryRun,LYRA_DEFAULT_suggestionsLabel,LYRA_DEFAULT_svgViewerLabel,LYRA_DEFAULT_switchRequired,LYRA_DEFAULT_tableEditCell,LYRA_DEFAULT_tableFilterLabel,LYRA_DEFAULT_tableFilterPlaceholder,LYRA_DEFAULT_tableLoading,LYRA_DEFAULT_taskListCompletedOfTotal,LYRA_DEFAULT_taskListLabel,LYRA_DEFAULT_taskListStepCompletedAnnounce,LYRA_DEFAULT_taskListStepFailedAnnounce,LYRA_DEFAULT_taskListStepStartedAnnounce,LYRA_DEFAULT_temperature,LYRA_DEFAULT_terminalDownload,LYRA_DEFAULT_terminalHighlightLine,LYRA_DEFAULT_terminalLabel,LYRA_DEFAULT_testResultsCollapseTest,LYRA_DEFAULT_testResultsCompleteAnnounce,LYRA_DEFAULT_testResultsExpandTest,LYRA_DEFAULT_testResultsFailed,LYRA_DEFAULT_testResultsFilterLabel,LYRA_DEFAULT_testResultsLabel,LYRA_DEFAULT_testResultsLimit,LYRA_DEFAULT_testResultsPassed,LYRA_DEFAULT_testResultsRunning,LYRA_DEFAULT_testResultsSkipped,LYRA_DEFAULT_textareaCharacterCount,LYRA_DEFAULT_textareaCharactersRemaining,LYRA_DEFAULT_textareaLabel,LYRA_DEFAULT_thinking,LYRA_DEFAULT_thinkingPanelLabel,LYRA_DEFAULT_thoughtFor,LYRA_DEFAULT_threadGroupArchived,LYRA_DEFAULT_threadGroupCollapse,LYRA_DEFAULT_threadGroupExpand,LYRA_DEFAULT_threadGroupPinned,LYRA_DEFAULT_threadGroupPrevious30Days,LYRA_DEFAULT_threadGroupPrevious7Days,LYRA_DEFAULT_threadGroupToday,LYRA_DEFAULT_threadGroupYesterday,LYRA_DEFAULT_threadListEmpty,LYRA_DEFAULT_threadListLabel,LYRA_DEFAULT_threadListMatchAnnounce,LYRA_DEFAULT_timeInputDayPeriod,LYRA_DEFAULT_timeInputEmptySegment,LYRA_DEFAULT_timeInputHour,LYRA_DEFAULT_timeInputInvalid,LYRA_DEFAULT_timeInputLabel,LYRA_DEFAULT_timeInputMaxMessage,LYRA_DEFAULT_timeInputMinMessage,LYRA_DEFAULT_timeInputMinute,LYRA_DEFAULT_timeInputNow,LYRA_DEFAULT_timeInputOpen,LYRA_DEFAULT_timeInputPopup,LYRA_DEFAULT_timeInputRangeMessage,LYRA_DEFAULT_timeInputSecond,LYRA_DEFAULT_timeInputStepMessage,LYRA_DEFAULT_timeline,LYRA_DEFAULT_toastContentIncomplete,LYRA_DEFAULT_toastOverflow,LYRA_DEFAULT_tokenInputEditWithContext,LYRA_DEFAULT_tokenInputRequired,LYRA_DEFAULT_tokensIn,LYRA_DEFAULT_tokensOut,LYRA_DEFAULT_toolApprovalArgsLabel,LYRA_DEFAULT_toolApprovalGenericTool,LYRA_DEFAULT_toolApprovalHeading,LYRA_DEFAULT_toolCall,LYRA_DEFAULT_toolCount,LYRA_DEFAULT_toolParamBooleanFalse,LYRA_DEFAULT_toolParamBooleanTrue,LYRA_DEFAULT_toolParamBooleanUnset,LYRA_DEFAULT_toolParamMissingProperty,LYRA_DEFAULT_toolParamSchemaLimit,LYRA_DEFAULT_toolSelectCustomizeHint,LYRA_DEFAULT_toolSelectLimit,LYRA_DEFAULT_toolSelectNoneAvailable,LYRA_DEFAULT_toolSelectSummary,LYRA_DEFAULT_toolTimelineDetailsFor,LYRA_DEFAULT_toolTimelineLimit,LYRA_DEFAULT_tourDone,LYRA_DEFAULT_tourSkip,LYRA_DEFAULT_tourStepOf,LYRA_DEFAULT_traceTree,LYRA_DEFAULT_traceTreeMetricLabel,LYRA_DEFAULT_traceTreeSpanStatus,LYRA_DEFAULT_transcriptFeedEmpty,LYRA_DEFAULT_transcriptFeedInterim,LYRA_DEFAULT_transcriptFeedLabel,LYRA_DEFAULT_treeNodeMoved,LYRA_DEFAULT_trendOf,LYRA_DEFAULT_trendUnchanged,LYRA_DEFAULT_unarchiveConversation,LYRA_DEFAULT_unpinConversation,LYRA_DEFAULT_unsupportedFieldType,LYRA_DEFAULT_untitledCommunity,LYRA_DEFAULT_untitledConversation,LYRA_DEFAULT_untitledEntity,LYRA_DEFAULT_untitledSource,LYRA_DEFAULT_usageBadgeCostLabel,LYRA_DEFAULT_usageBadgeLabel,LYRA_DEFAULT_usageBadgeLatencyLabel,LYRA_DEFAULT_usageBadgeTokensIn,LYRA_DEFAULT_usageBadgeTokensInLabel,LYRA_DEFAULT_usageBadgeTokensOut,LYRA_DEFAULT_usageBadgeTokensOutLabel,LYRA_DEFAULT_usageBadgeTotalTokensLabel,LYRA_DEFAULT_useDefaultTools,LYRA_DEFAULT_valueInvalid,LYRA_DEFAULT_valueMustBeSerializable,LYRA_DEFAULT_videoCaptions,LYRA_DEFAULT_videoCaptionsOff,LYRA_DEFAULT_videoEnterFullscreen,LYRA_DEFAULT_videoExitFullscreen,LYRA_DEFAULT_videoExitPictureInPicture,LYRA_DEFAULT_videoMute,LYRA_DEFAULT_videoPictureInPicture,LYRA_DEFAULT_videoPlaybackSpeed,LYRA_DEFAULT_videoPlayerLabel,LYRA_DEFAULT_videoPlaylistLabel,LYRA_DEFAULT_videoPlaylistUntitled,LYRA_DEFAULT_videoUnmute,LYRA_DEFAULT_videoVolume,LYRA_DEFAULT_viewerHighlightLabel,LYRA_DEFAULT_viewerSearchActiveMatch,LYRA_DEFAULT_viewerSearchMatchCount,LYRA_DEFAULT_viewerSearchNoMatches,LYRA_DEFAULT_voice,LYRA_DEFAULT_voicePickerNoVoices,LYRA_DEFAULT_voicePickerPreview,LYRA_DEFAULT_voicePickerRequired,LYRA_DEFAULT_voicePickerStopPreview,LYRA_DEFAULT_widgetCollapse,LYRA_DEFAULT_widgetExitFullscreen,LYRA_DEFAULT_widgetExpand,LYRA_DEFAULT_widgetExpandToFullscreen,LYRA_DEFAULT_widgetFullscreenPanel,LYRA_DEFAULT_widgetViewGroup,LYRA_DEFAULT_wordCloud,LYRA_DEFAULT_wordCloudLegend,LYRA_DEFAULT_wordCloudWord,LYRA_DEFAULT_wordCloudWordAnnouncement,LYRA_DEFAULT_wordCloudWords,LYRA_DEFAULT_xmlViewerChildCount,LYRA_DEFAULT_xmlViewerCollapseNode,LYRA_DEFAULT_xmlViewerCopyDocument,LYRA_DEFAULT_xmlViewerCopyNode,LYRA_DEFAULT_xmlViewerExpandNode,LYRA_DEFAULT_xmlViewerLabel,LYRA_DEFAULT_xmlViewerParseError,LYRA_DEFAULT_xmlViewerTooManyNodes,LYRA_DEFAULT_zoomControls,LYRA_DEFAULT_zoomIn,LYRA_DEFAULT_zoomOut,LYRA_DEFAULT_zoomToFit,LYRA_DEFAULT_zoomableFrameLabel};
@@ -1,7 +1,30 @@
1
+ /**
2
+ * Dev-mode-only: emits `message` at most once per `key` for the page. Shares the exact gate and
3
+ * dedupe store `warnUnknownAttributes` uses below, so a diagnostic added by a component behaves
4
+ * like the attribute diagnostic: silent in production, silent when Lit itself is not in dev mode,
5
+ * and never repeated for the same key however many instances exist.
6
+ */
7
+ export declare function devWarnOnce(key: string, message: string): void;
1
8
  /**
2
9
  * Dev-mode-only: warns once per (tag, attribute-name) when `host` carries an attribute that
3
- * isn't in `observedAttributes` and isn't in the always-exempt global/data/aria set. No-op when
4
- * Lit's own dev-mode signal isn't present (production, or a dev environment where Lit itself
5
- * isn't in dev mode).
10
+ * isn't in `observedAttributes`, isn't in `knownUnobservedAttributes`, and isn't in the
11
+ * always-exempt global/data/aria set. No-op when Lit's own dev-mode signal isn't present
12
+ * (production, or a dev environment where Lit itself is not in dev mode).
13
+ *
14
+ * `knownUnobservedAttributes` exists because "not observed" is not the same as "not ours". Two
15
+ * shapes of genuinely-owned attribute never reach `observedAttributes`:
16
+ *
17
+ * - **Self-reflected read-only state.** `<lr-animated-image>` publishes its live `playing` state
18
+ * with `toggleAttribute('playing', ...)`, `<lr-menu-item>` does the same for `submenu-open`,
19
+ * `<lr-app-rail>` for its derived `mode`. Nothing observes them because setting them from
20
+ * markup means nothing -- they are output, not input. Left undeclared, a component reports its
21
+ * *own* attribute as unknown, in every consumer app, the moment that state turns on.
22
+ * - **CSS-only public attributes.** `<lr-page>`'s documented `disable-sticky` is consumed purely
23
+ * by `:host([disable-sticky~="header"])` selectors, so it needs no reactive property. Left
24
+ * undeclared, correct authored markup draws a warning telling the author it is wrong.
25
+ *
26
+ * Both cases are false positives against real, documented API, which is corrosive in a way a
27
+ * missed warning is not: a diagnostic that cries wolf about a component's own output teaches
28
+ * consumers to tune out the ones that matter.
6
29
  */
7
- export declare function warnUnknownAttributes(host: Element, observedAttributes: readonly string[]): void;
30
+ export declare function warnUnknownAttributes(host: Element, observedAttributes: readonly string[], knownUnobservedAttributes?: readonly string[]): void;