const viewport = document.querySelector('aparte-chat-viewport');
viewport.appendMessage({
id: 'preview',
role: 'assistant',
timestamp: Date.now(),
segments: [
{ id: 's1', type: 'text', content: 'A transport is the object that talks to the model.' },
],
});