diff --git a/src/lib/components/chat/messages/AssistantMessage.svelte b/src/lib/components/chat/messages/AssistantMessage.svelte index eef07a0..eb08b12 100644 --- a/src/lib/components/chat/messages/AssistantMessage.svelte +++ b/src/lib/components/chat/messages/AssistantMessage.svelte @@ -78,4 +78,22 @@ bgColor="rgba(0, 0, 0, 0.05)" message={showingMessage} profilePic="/llama2.png" -/> \ No newline at end of file +> + {#if feature !== Features.None} +
+ {#if feature === Features.Weather} + + {/if} +
+ {/if} + + + \ No newline at end of file