Amed Bozo
Results
1
comments of
Amed Bozo
This is the function with stream:true but without using context:true. Thsi works, but I need it to work with my context. async function sendMessage(){ const userText = chatInput.value.trim(); if(!userText) return;...