Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatGPT Auto-Answer should abort if a message fails #919

Open
Zabuzard opened this issue Oct 22, 2023 · 1 comment
Open

ChatGPT Auto-Answer should abort if a message fails #919

Zabuzard opened this issue Oct 22, 2023 · 1 comment
Labels
enhancement New feature or request priority: major

Comments

@Zabuzard
Copy link
Member

Currently, ChatGPT posts its answers in multiple messages (to overcome the character limit).

However, posting those messages frequently fails and we then often only have partial answers being posted, which looks super odd and is not useful.

The messages should be posted in a proper queue that aborts when one failed. As in, when posting 3 messages and the first fails, we do not want the second and third to be posted without the first.

@Zabuzard Zabuzard added enhancement New feature or request priority: major labels Oct 22, 2023
@ankitsmt211
Copy link
Member

im not sure if merging this PR #1046 will resolve this issue or not? @Zabuzard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: major
Projects
None yet
Development

No branches or pull requests

2 participants