{% from "_macros.html" import model_avatar %} {# Shortcuts to start a chat with a particular model. These link rather than post, so no chat exists until something is actually said. Its own partial, and always rendered even when empty, because the Chat/Agent switch changes what they link to and they sit above the tree the switch swaps -- so they arrive out of band, exactly as the New chat button does. An empty div is what lets that swap find its target: a block that vanished when the last model was unpinned would leave the out-of-band fragment with nowhere to land, and htmx says nothing when a target is missing. #}