We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a179e commit c65bd1cCopy full SHA for c65bd1c
samples/agentic-strands/app/index.html
@@ -108,6 +108,7 @@ <h1>Library Assistant AI</h1>
108
loadingDiv.className = 'message agent-message loading';
109
loadingDiv.textContent = 'Thinking...';
110
chatContainer.appendChild(loadingDiv);
111
+ chatContainer.scrollTop = chatContainer.scrollHeight;
112
113
try {
114
const response = await fetch('/chat', {
0 commit comments