diff --git a/src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte b/src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte index 836258585..d46c4ae5e 100644 --- a/src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte +++ b/src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte @@ -1,4 +1,5 @@
- -
- - {#if open} -
-
- + +
+ {prefixText} + {#if summaryText} + {summaryText} + {/if} +
+ + +
+ {#if open} + + {:else} + + {/if} +
-
+ + + {#if open} +
+
+ +
+
+ {/if} {/if}