diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index 9342e6899..afbec9489 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -1034,7 +1034,16 @@ dispatch('action', action.id); }} > - + {#if action.icon_url} + {action.name} + {:else} + + {/if} {/each}