sendMessage function does not work on ChatGPT #727
vbatista-neobookings
started this conversation in
General
Replies: 1 comment
|
Can anyone clarify what the intended host behavior is? The spec appears to leave it ambiguous, saying the message should be added to context but nothing about whether that should trigger inference using the new context.
|
0 replies
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