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
In private discussion with @mtreinish, we realize that people tend to ignore the qiskit-bot PR notification (for example: Qiskit/qiskit#8592 (comment)). A wild idea we have is to use some kind of AI service to generate the same message using different tones each time to make it more varied so that people will pay attention to it.
The simplest way to implement this is just to generate a bunch of these messages offline and store it in this repo and the bot randomly pick one version of it each time.
The text was updated successfully, but these errors were encountered:
Yeah, I'd worry about using an remote api call to a text generation service as part of the bot's operation (while technically possible it seems like a lot of complexity for just notifications). But having support for multiple message and switching between some different tones and similar messages might help make people look it, that's definitely a good starting point. We should also ensure that the configurable message text supports this feature too (so people can provide multiple message texts and the bot will switch between them)
In private discussion with @mtreinish, we realize that people tend to ignore the qiskit-bot PR notification (for example: Qiskit/qiskit#8592 (comment)). A wild idea we have is to use some kind of AI service to generate the same message using different tones each time to make it more varied so that people will pay attention to it.
The simplest way to implement this is just to generate a bunch of these messages offline and store it in this repo and the bot randomly pick one version of it each time.
The text was updated successfully, but these errors were encountered: