MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / renderCurrentModel

Method renderCurrentModel

chat/app.js:7636–7640  ·  view source on GitHub ↗

* Renders the current model display (delegated to ModelPicker component).

()

Source from the content-addressed store, hash-verified

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

Callers 11

initMethod · 0.95
importSharedSessionMethod · 0.95
createSessionMethod · 0.95
switchSessionMethod · 0.95
clearCurrentSessionMethod · 0.95
regenerateResponseMethod · 0.95
sendMessageMethod · 0.95
forkConversationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected