Closed electricblues closed 8 months ago
some ideas: It would be cool if instead of checking a prefix, that we make it respond whenever it's mentioned with an @ symbol We could pass it the entire past conversation history as a system prompt, so it knows the whole chat history? Seems like cool things to experiment with.
As a back-end developer, I want to process commands directed at my bot by using string matching or a command prefix to distinguish between general messages and commands meant for the bot.