sendMessage function does not work on ChatGPT #727
vbatista-neobookings
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
Discussion Topic
The sendMessage function is not working correctly on ChatGPT. When executed, the prompt is sent and appears on screen as expected, but from that point on the host does not perform any action: the request is not processed and no response is generated.
Expected behavior
After the prompt is sent, the host should process it and return a response.
Current behavior
The prompt is displayed on screen, but the host remains idle and does not perform any subsequent action.
All reactions