* Renders the current model display (delegated to ModelPicker component).
()
| 7634 | requestAnimationFrame(() => { |
| 7635 | if (this.isViewingSession(session.id)) this.elements.messageInput.focus(); |
| 7636 | }); |
| 7637 | } |
| 7638 | } |
| 7639 | |
| 7640 | /** |
| 7641 | * Shows a typing indicator at the bottom of the message list. |
| 7642 | * @param {string} modelName - Display name of the model that's "typing" |
| 7643 | * @returns {string} ID of the typing indicator element |
no outgoing calls
no test coverage detected