You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the NLUX with React inside a Tauri- or Neutralino App, selection a conversation starter has the following effect:
The starter prompt shows up in the composer
The message is sent to the API
The reply is not displayed. Instead the composer input is cleared.
The starters are still displayed on screen.
Expected behavior:
The screen should switch to the chat screen without starters and display the reply.
There are no errors on the console.
When I manually fill in a prompt, everything works as expected.
So the problem must be located in the part which submits the starter's prompt.
The text was updated successfully, but these errors were encountered:
Using the NLUX with React inside a Tauri- or Neutralino App, selection a conversation starter has the following effect:
Expected behavior:
The screen should switch to the chat screen without starters and display the reply.
There are no errors on the console.
When I manually fill in a prompt, everything works as expected.
So the problem must be located in the part which submits the starter's prompt.
The text was updated successfully, but these errors were encountered: